mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-20 16:57:47 +08:00
parent
a7913c3a10
commit
7dbbd16d0a
|
@ -100,6 +100,8 @@ The following special input functions are available:
|
|||
|
||||
- ``delete-or-exit``, deletes one character to the right of the cursor or exits the shell if the commandline is empty.
|
||||
|
||||
- ``down-line``, move down one line
|
||||
|
||||
- ``downcase-word``, make the current word lowercase
|
||||
|
||||
- ``end-of-buffer``, moves to the end of the buffer, i.e. the end of the first line
|
||||
|
@ -154,6 +156,8 @@ The following special input functions are available:
|
|||
|
||||
- ``transpose-words``, transpose two words to the left of the cursor
|
||||
|
||||
- ``up-line``, move up one line
|
||||
|
||||
- ``upcase-word``, make the current word uppercase
|
||||
|
||||
- ``yank``, insert the latest entry of the killring into the buffer
|
||||
|
|
Loading…
Reference in New Issue
Block a user