Skip to content

Instantly share code, notes, and snippets.

@abronte
Created June 13, 2012 02:31
Show Gist options
  • Select an option

  • Save abronte/2921462 to your computer and use it in GitHub Desktop.

Select an option

Save abronte/2921462 to your computer and use it in GitHub Desktop.
" Clear all types of comments
map _ :s/^\/\/\\|^--\\|^> \\|^[#"%!;]//<CR>:nohlsearch<CR>
" Add a # comment at the begining
map - :s/^/#/<CR>:nohlsearch<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment