Skip to content

Instantly share code, notes, and snippets.

@tammersaleh
Created December 13, 2008 22:38
Show Gist options
  • Save tammersaleh/35565 to your computer and use it in GitHub Desktop.
Save tammersaleh/35565 to your computer and use it in GitHub Desktop.
" # mac
" let g:gist_clip_command = 'pbcopy'
"
" # linux
" let g:gist_clip_command = 'xclip -selection clipboard'
"
" # others(cygwin?)
" let g:gist_clip_command = 'putclip'
"
" GetLatestVimScripts: 2423 1 :AutoInstall: gist.vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment