From 770f4ce6d11774e0e73c8098cd5e32cd038215f0 Mon Sep 17 00:00:00 2001 From: Daniel Rainer Date: Sun, 6 Jul 2025 20:14:18 +0200 Subject: [PATCH] Add docs for casing shortcuts in normal mode --- doc_src/interactive.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc_src/interactive.rst b/doc_src/interactive.rst index c45e479f2..cda77a711 100644 --- a/doc_src/interactive.rst +++ b/doc_src/interactive.rst @@ -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: