comparison runtime/doc/map.txt @ 21499:3a1ed539ae2a

Update runtime files. Commit: https://github.com/vim/vim/commit/2547aa930b59f5e2bcb70e81d5a57ed461e59b4f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 26 17:00:44 2020 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Jul 2020 17:15:05 +0200
parents 56265f711890
children 5daca8504c63
comparison
equal deleted inserted replaced
21498:134699e667ee 21499:3a1ed539ae2a
841 When modifyOtherKeys is enabled you can map <C-[> and <C-S-{>: > 841 When modifyOtherKeys is enabled you can map <C-[> and <C-S-{>: >
842 imap <C-[> [[[ 842 imap <C-[> [[[
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 is that in Insert mode the raw escape sequence is inserted
847 inserted after the CTRL-V key. This can be used to check whether 847 after the CTRL-V key. This can be used to check whether modifyOtherKeys is
848 modifyOtherKeys is enabled: In Insert mode type CTRL-SHIFT-V CTRL-V, if you 848 enabled: In Insert mode type CTRL-SHIFT-V CTRL-V, if you get one byte then
849 get one byte then modifyOtherKeys is off, if you get <1b>27;5;118~ then it is 849 modifyOtherKeys is off, if you get <1b>27;5;118~ then it is on.
850 on.
851 850
852 When the 'esckeys' option is off, then modifyOtherKeys will be disabled in 851 When the 'esckeys' option is off, then modifyOtherKeys will be disabled in
853 Insert mode to avoid every key with a modifier causing Insert mode to end. 852 Insert mode to avoid every key with a modifier causing Insert mode to end.
854 853
855 854