From e9b47ddd71ab97c2ca608d26e10eb3d818e68cc6 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 21 Jun 2018 10:07:55 +1200 Subject: Restore 'esckeys' setting I remember now; otherwise things hang at the end of insert mode, which is a bit rubbish. --- vim/vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index 4199412e..da1d1137 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -56,6 +56,9 @@ set comments= " column with @ symbols instead, which I don't find very helpful set display=lastline +" Don't wait to see if Escape in insert mode precedes a key for an Alt binding +set noesckeys + " Try to set the 'j' flag for 'formatoptions', to automatically delete comment " leaders when joining lines, if supported if v:version >= 704 || v:version == 703 && has('patch541') -- cgit v1.2.3