Document vi-visual mode keys

This commit is contained in:
Fabian Homborg 2021-06-03 10:03:43 +02:00
parent 6ca9f9ee38
commit c18c7a4ce4

View File

@ -357,6 +357,18 @@ Visual mode
- :kbd:`Escape` and :kbd:`Control`\ +\ :kbd:`C` enter :ref:`command mode <vi-mode-command>`.
- :kbd:`c` and :kbd:`s` remove the selection and switch to insert mode
- :kbd:`d` and :kbd:`x` remove the selection and switch to normal mode
- :kbd:`X` removes the entire line and switches to normal mode
- :kbd:`y` copies the selection and switches to normal mode
- :kbd:`~` toggles the case (upper/lower) on the selection and switches to normal mode
- :kbd:`"*y` copies the selection to the clipboard and switches to normal mode
.. _custom-binds:
Custom bindings