From 77f9696a9661fd876b17acbfe76424a16debe9f0 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 1 Aug 2016 11:01:33 +0200 Subject: [PATCH] Update docs --- CHANGELOG.asciidoc | 2 ++ doc/help/commands.asciidoc | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 49cae0f5c..d5cefaa76 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -22,6 +22,8 @@ Added - New `:rl-backward-kill-word` command which does what `:rl-unix-word-rubout` did before v0.8.0. +- New `:rl-unix-filename-rubout` command which is similar to readline's + `unix-filename-rubout`. Changed ~~~~~~~ diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index 1b0d6a734..fd37f3adc 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -955,6 +955,7 @@ How many steps to zoom out. |<>|Move forward to the end of the next word. |<>|Remove chars from the cursor to the end of the line. |<>|Remove chars from the cursor to the end of the current word. +|<>|Remove chars from the cursor to the previous path separator. |<>|Remove chars backward from the cursor to the beginning of the line. |<>|Remove chars from the cursor to the beginning of the word. |<>|Paste the most recently deleted text. @@ -1248,6 +1249,12 @@ Remove chars from the cursor to the end of the current word. This acts like readline's kill-word. +[[rl-unix-filename-rubout]] +=== rl-unix-filename-rubout +Remove chars from the cursor to the previous path separator. + +This acts like readline's unix-filename-rubout. + [[rl-unix-line-discard]] === rl-unix-line-discard Remove chars backward from the cursor to the beginning of the line.