Last active
August 29, 2015 13:57
-
-
Save mramu111/9712566 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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