From 449b3535d1c4b253fe9ef630008f7b667eb55dfb Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 23 Oct 2017 21:20:20 -0200 Subject: Adds escape delay config --- vimrc.dot.link | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc.dot.link b/vimrc.dot.link index 1b829cb..c207242 100644 --- a/vimrc.dot.link +++ b/vimrc.dot.link @@ -101,6 +101,9 @@ let g:syntastic_mode_map={ 'mode': 'passive', \ 'active_filetypes': [], \ 'passive_filetypes': [] } +" See https://www.johnhawthorn.com/2012/09/vi-escape-delays/ +set timeoutlen=1000 ttimeoutlen=0 + " Write, quit and close shortcuts using Esc-key combos " ESC keys have the advantage over Alt shortcuts as they " are difficult to be mistaken for the Meta key -- cgit v1.2.3