Vim notes

This is list of vim tricks I want to remember and start using regularly.

Make same change to many lines

  1. Enter visual block mode Ctrl + v

  2. Move down all lines to change (ie. highlighting one letter per line)

  3. Press I

  4. Make changes

  5. Press Esc