From 85f4d3d3256c0f2832c5e7cae6d2937321da7fdf Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Fri, 13 Dec 2013 09:47:32 +0100 Subject: [PATCH] fix esc delays --- vimrc | 37 +++++++++++++++++++++---------------- 1 file changed, 21 insertions(+), 16 deletions(-) diff --git a/vimrc b/vimrc index a5e5ed8..1d48bb6 100644 --- a/vimrc +++ b/vimrc @@ -14,6 +14,11 @@ let g:netrw_dirhistmax = 0 "make sure backspace behaves set backspace=indent,eol,start +"shorten esc timeout +set timeout +set timeoutlen=1000 +set ttimeoutlen=50 + "powerline/airline font "let g:Powerline_symbols = 'fancy' let g:airline_powerline_fonts = 1 @@ -139,31 +144,31 @@ set completeopt+=longest "xterm control+arrows -map  -map!  -map  -map!  +"map  +"map!  +"map  +"map!  "Terminal.app control+arrows -map  -map!  -map  -map!  +"map  +"map!  +"map  +"map!  "Lion Terminal.app option+arrows "map b "map! b "map f "map! f "Terminal.app option+arrows -map  -map!  -map  -map!  +"map  +"map!  +"map  +"map!  " make meta move on words like control -map -map! -map -map! +"map +"map! +"map +"map! " highlight background for >80 "highlight OverLength ctermbg=red ctermfg=white guibg=#592929