aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar Fabian Homborg <FHomborg@gmail.com>2016-03-29 15:24:58 +0200
committerGravatar Fabian Homborg <FHomborg@gmail.com>2016-03-29 15:55:42 +0200
commitdaf94e14d404060537317c5d925e8732ff4f8f44 (patch)
treec2348bf3cc5c02462cc06c8bf17d112bd6ef1929 /doc_src
parent2eb518f59c2401185ab58ba2639fb8907e68e6d0 (diff)
Document more keybindings
Fixes #2866.
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/index.hdr.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in
index ff2d5ab3..ca307539 100644
--- a/doc_src/index.hdr.in
+++ b/doc_src/index.hdr.in
@@ -909,7 +909,7 @@ Similar to bash, fish has Emacs and Vi editing modes. The default editing mode i
\subsection emacs-mode Emacs mode commands
-- @key{Tab} <a href="#completion">completes</a> the current token.
+- @key{Tab} <a href="#completion">completes</a> the current token. @key{Shift, Tab} completes the current token and starts the pager's search mode.
- @key{Home} or @key{Control,A} moves the cursor to the beginning of the line.
@@ -935,7 +935,7 @@ Similar to bash, fish has Emacs and Vi editing modes. The default editing mode i
- @key{Control,L} clears and repaints the screen.
-- @key{Control,W} moves the previous word to the <a href="#killring">killring</a>.
+- @key{Control,W} moves the previous path component (everything up to the previous "/") to the <a href="#killring">killring</a>.
- @key{Alt,D} moves the next word to the <a href="#killring">killring</a>.
@@ -951,6 +951,11 @@ Similar to bash, fish has Emacs and Vi editing modes. The default editing mode i
- @key{Alt,H} (or @key{F1}) shows the manual page for the current command, if one exists.
+- @key{Control, t} transposes the last two characters
+
+- @key{Alt,t} transposes the last two words
+
+
You can change these key bindings using the <a href="commands.html#bind">bind</a> builtin command.