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