aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/index.hdr.in
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-02-10 17:28:47 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-02-10 17:28:47 +0800
commit3678f134d9a45e793dc89e49dbb7f304f904f348 (patch)
tree59df8574ed4c12283655b82dfa0b378fafe8e38d /doc_src/index.hdr.in
parentbbd784a2e832e340e8f81044de77d67e1c1ae9c0 (diff)
document Alt-F as well for accepting part of autosuggestion
Closes #1290.
Diffstat (limited to 'doc_src/index.hdr.in')
-rw-r--r--doc_src/index.hdr.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in
index 69a985b3..51bf4e43 100644
--- a/doc_src/index.hdr.in
+++ b/doc_src/index.hdr.in
@@ -388,8 +388,8 @@ cursor, in a muted gray color (which can be changed with the
To accept the autosuggestion (replacing the command line contents),
press right arrow or Control-F. To accept the first suggested word, press
-Alt-Right. If the autosuggestion is not what you want, just ignore it: it won't
-execute unless you accept it.
+Alt-Right or Alt-F. If the autosuggestion is not what you want, just ignore it:
+it won't execute unless you accept it.
Autosuggestions are a powerful way to quickly summon frequently entered commands, by
typing the first few characters. They are also an efficient technique for navigating
@@ -1124,7 +1124,7 @@ Here are some of the commands available in the editor:
- Home or Ctrl-A moves the cursor to the beginning of the line.
- End or Ctrl-E moves to the end of line. If the cursor is already at the end of the line, and an autosuggestion is available, End or Ctrl-E accepts the autosuggestion.
- Left (or Ctrl-B) and Right (or Ctrl-F) move the cursor left or right by one character. If the cursor is already at the end of the line, and an autosuggestion is available, the Right key and the Ctrl-F combination accept the suggestion.
-- Alt-Left and Alt-Right move the cursor one word left or right, or moves forward/backward in the directory history if the command line is empty. If the cursor is already at the end of the line, and an autosuggestion is available, Alt-Right accept the first word in the suggestion.
+- Alt-Left and Alt-Right move the cursor one word left or right, or moves forward/backward in the directory history if the command line is empty. If the cursor is already at the end of the line, and an autosuggestion is available, Alt-Right (or Alt-F) accepts the first word in the suggestion.
- Up and Down search the command history for the previous/next command containing the string that was specified on the commandline before the search was started. If the commandline was empty when the search started, all commands match. See the <a href='#history'>history </a>section for more information on history searching.
- Alt-Up and Alt-Down search the command history for the previous/next token containing the token under the cursor before the search was started. If the commandline was not on a token when the search started, all tokens match. See the <a href='#history'>history </a>section for more information on history searching.
- Delete and Backspace removes one character forwards or backwards respectively.