Skip to content

Commit

Permalink
Set longer vim timeout lengths
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jan 22, 2018
1 parent e96453b commit ebe9cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim/vimrc
Expand Up @@ -111,7 +111,7 @@ highlight Normal ctermbg=none

" prevent delay when switching from insert to normal mode
" https://www.johnhawthorn.com/2012/09/vi-escape-delays/
set timeoutlen=300 ttimeoutlen=300
set timeoutlen=1000 ttimeoutlen=1000

" ########### tabs ###########

Expand Down

0 comments on commit ebe9cc2

Please sign in to comment.