aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index cd3ca0da..1e2f8362 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -64,8 +64,8 @@ else
set display=lastline " Just let it run off the screen if not
endif
-" Don't wait for a key after Escape in insert mode (not in Neovim)
-if exists('+esckeys')
+" Don't wait for a key after Escape in insert mode
+if exists('+esckeys') " Not in Neovim
set noesckeys
endif