Add docs for casing shortcuts in normal mode

This commit is contained in:
Daniel Rainer
2025-07-06 20:14:18 +02:00
parent aa782bdad7
commit 770f4ce6d1

View File

@@ -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: