Skip to content

Instantly share code, notes, and snippets.

@cweagans
Created July 22, 2014 06:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cweagans/02b226473022158437cf to your computer and use it in GitHub Desktop.
Save cweagans/02b226473022158437cf to your computer and use it in GitHub Desktop.
" Configure Cmd+/ to run `gc` in visual mode for block commenting
vnoremap <D-/> :Commentary<CR>
nnoremap <D-/> :Commentary<CR><Down>
" Configure Gist plugin
let g:gist_clip_command = 'pbcopy'
let g:gist_post_private = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment