aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/bind.txt
diff options
context:
space:
mode:
authorGravatar Michael Steed <msteed68@gmail.com>2015-06-03 20:32:23 -0600
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2015-06-04 12:09:02 -0700
commitcdfb425ac4bd64c2b043755eab6a748984b2e8e8 (patch)
tree0108f3944c476926652486e08e90f540ccb8716d /doc_src/bind.txt
parentcb984cf761debdc858db48065b2c1d94b31de49e (diff)
document new input functions
Diffstat (limited to 'doc_src/bind.txt')
-rw-r--r--doc_src/bind.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc_src/bind.txt b/doc_src/bind.txt
index 5e5c90f1..8a099eb3 100644
--- a/doc_src/bind.txt
+++ b/doc_src/bind.txt
@@ -55,8 +55,12 @@ The following special input functions are available:
- `backward-char`, moves one character to the left
+- `backward-bigword`, move one whitespace-delimited word to the left
+
- `backward-delete-char`, deletes one character of input to the left of the cursor
+- `backward-kill-bigword`, move the whitespace-delimited word to the left of the cursor to the killring
+
- `backward-kill-line`, move everything from the beginning of the line to the cursor to the killring
- `backward-kill-word`, move the word to the left of the cursor to the killring
@@ -85,6 +89,8 @@ The following special input functions are available:
- `explain`, print a description of possible problems with the current command
+- `forward-bigword`, move one whitespace-delimited word to the right
+
- `forward-char`, move one character to the right
- `forward-word`, move one word to the right
@@ -93,6 +99,8 @@ The following special input functions are available:
- `history-search-forward`, search the history for the next match
+- `kill-bigword`, move the next whitespace-delimited word to the killring
+
- `kill-line`, move everything from the cursor to the end of the line to the killring
- `kill-whole-line`, move the line to the killring