aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/bind.txt
diff options
context:
space:
mode:
authorGravatar David Adam (zanchey) <zanchey@ucc.gu.uwa.edu.au>2013-09-13 11:58:31 +0800
committerGravatar David Adam (zanchey) <zanchey@ucc.gu.uwa.edu.au>2013-09-13 11:59:03 +0800
commitb56542a9f195358b1ac33716bde0d731b8e70871 (patch)
treeffbd04037d69e21f9945ecd09b4805d4fe264e10 /doc_src/bind.txt
parent5b5b53872c5ab99eafd72b4944fb00b5fc93e2d2 (diff)
document new bindings introduced in cd1c2f74d3bc
Diffstat (limited to 'doc_src/bind.txt')
-rw-r--r--doc_src/bind.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc_src/bind.txt b/doc_src/bind.txt
index d7d17044..08809878 100644
--- a/doc_src/bind.txt
+++ b/doc_src/bind.txt
@@ -69,9 +69,11 @@ The following special input functions are available:
- \c backward-word, move one word to the left
- \c beginning-of-history, move to the beginning of the history
- \c beginning-of-line, move to the beginning of the line
+- \c capitalize-word, make the current word begin with a capital letter
- \c complete, guess the remainder of the current token
- \c delete-char, delete one character to the right of the cursor
- \c delete-line, delete the entire line
+- \c downcase-word, make the current work lowercase
- \c dump-functions, print a list of all key-bindings
- \c end-of-history, move to the end of the history
- \c end-of-line, move to the end of the line
@@ -83,6 +85,7 @@ The following special input functions are available:
- \c kill-line, move everything from the cursor to the end of the line to the killring
- \c kill-whole-line, move the line to the killring
- \c kill-word, move the next word to the killring
+- \c upcase-word, make the current word uppercase
- \c yank, insert the latest entry of the killring into the buffer
- \c yank-pop, rotate to the previous entry of the killring