-*cmdline.txt* For Vim version 9.1. Last change: 2024 Oct 05
+*cmdline.txt* For Vim version 9.1. Last change: 2025 Mar 08
VIM REFERENCE MANUAL by Bram Moolenaar
CTRL-SHIFT-Q Works just like CTRL-V, unless |modifyOtherKeys| is active,
then it inserts the Escape sequence for a key with modifiers.
In the GUI the |key-notation| is inserted without simplifying.
+ 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*
<Left> cursor left. See 'wildmenu' for behavior during wildmenu
-*insert.txt* For Vim version 9.1. Last change: 2025 Feb 14
+*insert.txt* For Vim version 9.1. Last change: 2025 Mar 08
VIM REFERENCE MANUAL by Bram Moolenaar
CTRL-SHIFT-V *i_CTRL-SHIFT-V* *i_CTRL-SHIFT-Q*
CTRL-SHIFT-Q Works just like CTRL-V, unless |modifyOtherKeys| is active,
then it inserts the Escape sequence for a key with modifiers.
+ 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
be given to complete words or scroll the window. See