Recognise alternate form of Ctrl-E

New versions of xterm can apparently send elaborate escape sequences for
modifier-key-combinations (e.g. Ctrl-E) and new versions of vim tell
them to do that. So Ctrl-E may now be just ASCII 0x05 or a long
sequence and we want both to work.
This commit is contained in:
Peter J. Holzer 2020-11-12 15:11:57 +01:00 committed by Peter J. Holzer
parent 14dd884ae0
commit a8caa34f9f
1 changed files with 1 additions and 0 deletions

1
.vimrc
View File

@ -36,6 +36,7 @@ endif
map <F7> :cp map <F7> :cp
map <F8> :cn map <F8> :cn
map!  >I<yypa/O map!  >I<yypa/O
map! [27;5;101~ >I<yypa/O
autocmd FileType perl let perl_fold=1 autocmd FileType perl let perl_fold=1
autocmd FileType perl syntax on autocmd FileType perl syntax on