aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc3
1 files changed, 3 insertions, 0 deletions
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')