aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-20 22:57:47 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-20 22:58:06 +1200
commita2291ed6c366d1d4af7579a6da6cc3c3025f28a1 (patch)
treeca29a07008d11bc7332f744c3dc4da235db97b1d
parentRemove 'timeout' and related Vim settings (diff)
downloaddotfiles-a2291ed6c366d1d4af7579a6da6cc3c3025f28a1.tar.gz
dotfiles-a2291ed6c366d1d4af7579a6da6cc3c3025f28a1.zip
Remove 'esckeys' .vimrc setting
I don't think this has ever actually caused or fixed a problem.
-rw-r--r--vim/vimrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 5e149878..874159b9 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -214,12 +214,6 @@ set noswapfile
" Press F10 to stop console Vim from formatting pasted text
set pastetoggle=<F10>
-" Don't bother about checking whether Escape is being used as a means to enter
-" a Meta-key combination, just register Escape immediately
-if exists('+esckeys')
- set noesckeys
-endif
-
" Don't bother drawing the screen while executing macros or other automated or
" scripted processes, just draw the screen as it is when the operation
" completes