comparison runtime/doc/map.txt @ 19116:9b7f90e56753

Update runtime files. Commit: https://github.com/vim/vim/commit/8024f936368336241406137a2fa78ed5ee9000a6 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 14 19:29:13 2020 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Jan 2020 19:30:04 +0100
parents 180a1c5175f6
children 56265f711890
comparison
equal deleted inserted replaced
19115:7c7cf6b1e1cf 19116:9b7f90e56753
843 imap <C-S-{> {{{ 843 imap <C-S-{> {{{
844 Without modifyOtherKeys <C-[> and <C-S-{> are indistinguishable from Esc. 844 Without modifyOtherKeys <C-[> and <C-S-{> are indistinguishable from Esc.
845 845
846 A known side effect effect is that in Insert mode the raw escape sequence is 846 A known side effect effect is that in Insert mode the raw escape sequence is
847 inserted after the CTRL-V key. This can be used to check whether 847 inserted after the CTRL-V key. This can be used to check whether
848 modifyOtherKeys is enabled: In Insert mode type CTRL-V CTRL-V, if you get 848 modifyOtherKeys is enabled: In Insert mode type CTRL-SHIFT-V CTRL-V, if you
849 one byte then modifyOtherKeys is off, if you get <1b>27;5;118~ then it is on. 849 get one byte then modifyOtherKeys is off, if you get <1b>27;5;118~ then it is
850 on.
850 851
851 When the 'esckeys' option is off, then modifyOtherKeys will be disabled in 852 When the 'esckeys' option is off, then modifyOtherKeys will be disabled in
852 Insert mode to avoid every key with a modifier causing Insert mode to end. 853 Insert mode to avoid every key with a modifier causing Insert mode to end.
853 854
854 855