From a8caa34f9f1301dc88d977e5e21821054fab9ca4 Mon Sep 17 00:00:00 2001 From: "Peter J. Holzer" Date: Thu, 12 Nov 2020 15:11:57 +0100 Subject: [PATCH] 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. --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 1df75f3..70cd7ec 100644 --- a/.vimrc +++ b/.vimrc @@ -36,6 +36,7 @@ endif map :cp map :cn map!  >I<yypa/O +map! [27;5;101~ >I<yypa/O autocmd FileType perl let perl_fold=1 autocmd FileType perl syntax on