Skip to content

Instantly share code, notes, and snippets.

@c0ldlimit
Created November 16, 2012 17:13
Show Gist options
  • Save c0ldlimit/4089092 to your computer and use it in GitHub Desktop.
Save c0ldlimit/4089092 to your computer and use it in GitHub Desktop.
Vim: Commenting out a block of code
# http://stackoverflow.com/questions/2561418/how-to-comment-out-a-block-of-python-code-in-vim
Ctrl-v
select text
Shift-I
comment keys
Esc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment