Skip to content

Instantly share code, notes, and snippets.

@gregory
Created November 29, 2012 03:26
Show Gist options
  • Save gregory/4166598 to your computer and use it in GitHub Desktop.
Save gregory/4166598 to your computer and use it in GitHub Desktop.
vimrc.after across all computers
autocmd FocusGained * call s:CmdTFlush()
autocmd BufWritePost * call s:CmdTFlush()
function s:CmdTFlush(...)
if exists(":CommandTFlush") == 2
CommandTFlus
endif
endfunction
set incsearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment