Skip to content

Instantly share code, notes, and snippets.

@npatmaja
Created June 13, 2014 08:06
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 npatmaja/d4fcbbc8ae52b653b7f8 to your computer and use it in GitHub Desktop.
Save npatmaja/d4fcbbc8ae52b653b7f8 to your computer and use it in GitHub Desktop.
Comment multiple lines at a time in Vim
  1. hit ctrl+v (visual block mode)
  2. use the down arrow keys to select the lines you want (it won't highlight everything)
  3. Shift+i (capital I)
  4. insert the text you want, i.e. '% '
  5. Press ESC

[taken from stackoverflow] (http://stackoverflow.com/a/15588798)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment