Skip to content

Instantly share code, notes, and snippets.

@jclement
Created December 6, 2012 17:58
Show Gist options
  • Save jclement/4226554 to your computer and use it in GitHub Desktop.
Save jclement/4226554 to your computer and use it in GitHub Desktop.
Snippets from vimrc to checkout/diff files with TFS command line client
" Helpers for TFS integration
map <F5> :silent !tf checkout %<CR><CR>
map <C-F5> :silent !tf diff %<CR><CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment