From d30f8fffc89c0e9f7e69b6c72897c0549fbd2ac5 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Tue, 29 Mar 2016 15:55:02 +0200 Subject: Reword: Always call suggestions sugggestions Not completions. --- doc_src/index.hdr.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc_src') 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,→,Right} or @key{Alt,F}. If the autosuggestion is not what you want, just ignore it: it won't execute unless you accept it. -- cgit v1.2.3