mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 19:41:15 -03:00
@@ -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
|
\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.
|
- @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,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>.
|
- @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{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.
|
You can change these key bindings using the <a href="commands.html#bind">bind</a> builtin command.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user