Skip to content

Instantly share code, notes, and snippets.

@brendonrapp
Created July 7, 2013 17:47
Show Gist options
  • Save brendonrapp/5944296 to your computer and use it in GitHub Desktop.
Save brendonrapp/5944296 to your computer and use it in GitHub Desktop.
Fixes Powerline visual update delay when exiting from Insert mode
" make Esc happen without waiting for timeoutlen
" fixes Powerline delay
augroup FastEscape
autocmd!
au InsertEnter * set timeoutlen=0
au InsertLeave * set timeoutlen=1000
augroup END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment