Skip to content

Instantly share code, notes, and snippets.

@raecoo
Created January 13, 2012 12:55
Show Gist options
  • Save raecoo/1605962 to your computer and use it in GitHub Desktop.
Save raecoo/1605962 to your computer and use it in GitHub Desktop.
auto flush for vim + command-t
" insert into the .vimrc file.
augroup CommandTExtension
autocmd!
autocmd FocusGained * CommandTFlush
autocmd BufWritePost * CommandTFlush
augroup END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment