Vim notes
This is list of vim tricks I want to remember and start using regularly.
Make same change to many lines
-
Enter visual block mode Ctrl + v
-
Move down all lines to change (ie. highlighting one letter per line)
-
Press I
-
Make changes
-
Press Esc