Documented Alt-Right to accept a single word of an autosuggestion

See https://github.com/fish-shell/fish-shell/issues/1262
This commit is contained in:
David Adam
2014-02-02 21:34:40 +08:00
parent 27b6fe682d
commit c168e6f870
2 changed files with 5 additions and 4 deletions

View File

@@ -349,7 +349,7 @@ And history too. Type a command once, and you can re-summon it by just typing a
> <b>r</b><span class="suggest"><u>s</u>ync -avze ssh . myname@somelonghost.com:/some/long/path/doo/dee/doo/dee/doo</span>
</pre>
To accept the autosuggestion, hit right arrow or Control-F. If the autosuggestion is not what you want, just ignore it.
To accept the autosuggestion, hit right arrow or Control-F. To accept a single word of the autosuggestion, hit Alt+right arrow. If the autosuggestion is not what you want, just ignore it.
<h2 id="tut_tab_completions">Tab Completions</h2>