diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-04-29 16:44:00 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-04-29 16:44:00 +0100 |
commit | bad8a013c238595aa206690210eb1367fbc878f9 (patch) | |
tree | acbb3312539ea808a8fceaab70125bb817a745ac /runtime | |
parent | 590f365f91511c164253c5b5812d4d0fc4a238d6 (diff) | |
download | vim-git-bad8a013c238595aa206690210eb1367fbc878f9.tar.gz |
patch 8.2.4846: termcodes test failsv8.2.4846
Problem: Termcodes test fails.
Solution: use CTRL-SHIFT-V to insert an unsimplified key. (closes #10316)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/cmdline.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt index 2ef09fa5b..8b491345a 100644 --- a/runtime/doc/cmdline.txt +++ b/runtime/doc/cmdline.txt @@ -87,6 +87,7 @@ 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-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. *c_<Left>* *c_Left* <Left> cursor left |