mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 14:01:20 -03:00
Add docs for casing shortcuts in normal mode
This commit is contained in:
@@ -509,6 +509,12 @@ Command mode is also known as normal mode.
|
||||
|
||||
- :kbd:`g,g` / :kbd:`G` moves the cursor to the beginning/end of the commandline, respectively.
|
||||
|
||||
- :kbd:`~` toggles the case (upper/lower) of the character and moves to the next character.
|
||||
|
||||
- :kbd:`g,u` lowercases to the end of the word.
|
||||
|
||||
- :kbd:`g,U` uppercases to the end of the word.
|
||||
|
||||
- :kbd:`:,q` exits fish.
|
||||
|
||||
.. _vi-mode-insert:
|
||||
|
||||
Reference in New Issue
Block a user