From a2291ed6c366d1d4af7579a6da6cc3c3025f28a1 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 20 Jun 2018 22:57:47 +1200 Subject: Remove 'esckeys' .vimrc setting I don't think this has ever actually caused or fixed a problem. --- vim/vimrc | 6 ------ 1 file changed, 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= -" 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 -- cgit v1.2.3