Support upper/lower casing selection

Fixes #11639.
This commit is contained in:
Daniel Rainer
2025-07-06 20:15:50 +02:00
parent 770f4ce6d1
commit 1e981a9827
5 changed files with 37 additions and 1 deletions

View File

@@ -557,6 +557,10 @@ Visual mode
- :kbd:`~` toggles the case (upper/lower) on the selection, and enters :ref:`command mode <vi-mode-command>`.
- :kbd:`g,u` lowercases the selection, and enters :ref:`command mode <vi-mode-command>`.
- :kbd:`g,U` uppercases the selection, and enters :ref:`command mode <vi-mode-command>`.
- :kbd:`",*,y` copies the selection to the clipboard, and enters :ref:`command mode <vi-mode-command>`.
.. _custom-binds: