Skip to content

Instantly share code, notes, and snippets.

@mramu111
Last active August 29, 2015 13:57
Show Gist options
  • Save mramu111/9712566 to your computer and use it in GitHub Desktop.
Save mramu111/9712566 to your computer and use it in GitHub Desktop.
to comment the lines which matches the pattern
:%s/^logger/#logger/g
to comment the lines
Ctrl + V and select the lines by arrows
and shift + i then press the # and press Esc ..
to make the indentation:
Ctrl + v and press shift + >> ( right side )
Ctrl + v and press shift + << (left side)
:set nu
:set paste
to open file in new tab
tabnew filename
to go to the next tab
tabn
to go to the previous tab
and use the NerdTree plugin for the file navigation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment