Merge pull request #32797 from zeertzjq/vim-3d1a437

vim-patch:{3d1a437,d89770e}
This commit is contained in:
zeertzjq
2025-03-09 16:13:56 +08:00
committed by GitHub
2 changed files with 8 additions and 0 deletions

View File

@@ -83,6 +83,10 @@ CTRL-Q Same as CTRL-V. But with some terminals it is used for
CTRL-SHIFT-V *c_CTRL-SHIFT-V* *c_CTRL-SHIFT-Q* CTRL-SHIFT-V *c_CTRL-SHIFT-V* *c_CTRL-SHIFT-Q*
CTRL-SHIFT-Q Works just like CTRL-V, but do not try to include the CTRL CTRL-SHIFT-Q Works just like CTRL-V, but do not try to include the CTRL
modifier into the key. modifier into the key.
Note: When CTRL-SHIFT-V is intercepted by your system (e.g.,
to paste text) you can often use CTRL-SHIFT-Q instead.
However, in some terminals (e.g. GNOME Terminal), CTRL-SHIFT-Q
quits the terminal without confirmation.
*c_<Left>* *c_Left* *c_<Left>* *c_Left*
<Left> cursor left. See 'wildmenu' for behavior during wildmenu <Left> cursor left. See 'wildmenu' for behavior during wildmenu

View File

@@ -212,6 +212,10 @@ CTRL-Q Same as CTRL-V.
CTRL-SHIFT-V *i_CTRL-SHIFT-V* *i_CTRL-SHIFT-Q* CTRL-SHIFT-V *i_CTRL-SHIFT-V* *i_CTRL-SHIFT-Q*
CTRL-SHIFT-Q Works just like CTRL-V, but do not try to include the CTRL CTRL-SHIFT-Q Works just like CTRL-V, but do not try to include the CTRL
modifier into the key. modifier into the key.
Note: When CTRL-SHIFT-V is intercepted by your system (e.g.,
to paste text) you can often use CTRL-SHIFT-Q instead.
However, in some terminals (e.g. GNOME Terminal), CTRL-SHIFT-Q
quits the terminal without confirmation.
CTRL-X Enter CTRL-X mode. This is a sub-mode where commands can CTRL-X Enter CTRL-X mode. This is a sub-mode where commands can
be given to complete words or scroll the window. See be given to complete words or scroll the window. See