mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-20 16:57:47 +08:00
Document vi-visual mode keys
This commit is contained in:
parent
6ca9f9ee38
commit
c18c7a4ce4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user