aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-10-02 23:40:46 +1000
committerGravatar axel <axel@liljencrantz.se>2005-10-02 23:40:46 +1000
commit4f197e226788c74f91a0e7b6a85b0793069a2f37 (patch)
treefb2d269c4dfcd2617ccb7ea94cb7796603122329 /doc_src
parent64c601c52fff2daff05350198f3b65cad52baf1c (diff)
Support symbolic keybindings
darcs-hash:20051002134046-ac50b-1e3dc058105d30ad0541c99a250e2d33c31dc7e3.gz
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/doc.hdr9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc_src/doc.hdr b/doc_src/doc.hdr
index eb2dd473..4dd73d25 100644
--- a/doc_src/doc.hdr
+++ b/doc_src/doc.hdr
@@ -638,7 +638,7 @@ Here are some of the commands available in the editor:
- Home or Ctrl-a moves to the beginning of the line
- End or Ctrl-e moves to the end of line
- Left and right moves one character left or right
-- Alt-left and Alt-right moves one word left or right
+- Alt-left and Alt-right moves one word left or right, or moves forward/backward in the directory history if the commandline is empty
- Delete and backspace removes one character forwards or backwards
- Ctrl-c delete entire line
- Ctrl-d delete one character to the right of the cursor, unless the buffer is empty, in which case the shell will exit
@@ -656,10 +656,9 @@ this, copy the file /etc/fish_inputrc to your home directory and
rename it to '.fish_inputrc'. Now you can edit the file .fish_inputrc,
to change your key bindings. The fileformat of this file is described
in the manual page for readline. Use the command <tt>man readline</tt>
-to read up on this syntax. Please note thet the key binding support in
-\c fish is still limited. You can not use the set command or the
-keyname-syntax, and the list functions is incomplete. Currently, the
-following functions are available:
+to read up on this syntax. Please note thet the list of key binding
+functions in fish is different to that offered by readline. Currently,
+the following functions are available:
- \c backward-char, moves one character to the left