aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar Fabian Homborg <FHomborg@gmail.com>2016-03-29 15:55:02 +0200
committerGravatar Fabian Homborg <FHomborg@gmail.com>2016-03-29 15:55:42 +0200
commitd30f8fffc89c0e9f7e69b6c72897c0549fbd2ac5 (patch)
treeaac28ca2d42bbe5577767302dcb427608b307e3f /doc_src
parent19dd28e4006d952d8f03cbc773c4bb75807f7e51 (diff)
Reword: Always call suggestions sugggestions
Not completions.
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/index.hdr.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in
index 023bf3f3..e4eabf48 100644
--- a/doc_src/index.hdr.in
+++ b/doc_src/index.hdr.in
@@ -295,7 +295,7 @@ Help on a specific builtin can also be obtained with the `-h` parameter. For ins
\section autosuggestions Autosuggestions
-fish suggests commands as you type, based on command history, completions, and valid file paths. As you type commands, you will see a completion offered after the cursor, in a muted gray color (which can be changed with the `fish_color_autosuggestion` variable).
+fish suggests commands as you type, based on command history, completions, and valid file paths. As you type commands, you will see a suggestion offered after the cursor, in a muted gray color (which can be changed with the `fish_color_autosuggestion` variable).
To accept the autosuggestion (replacing the command line contents), press right arrow or @key{Control,F}. To accept the first suggested word, press @key{Alt,&rarr;,Right} or @key{Alt,F}. If the autosuggestion is not what you want, just ignore it: it won't execute unless you accept it.