Hacker News new | ask | show | jobs
by zaxomi 975 days ago
Some of the things I use in vim:

* Mark a position in the file, so I easily can jump back.

* Quick recording of a macro that to do the same type of edit multiple times (very handy when refactoring)

* regular expression search and replace, very easy to limit the scope.

* Easy to select, copy and paste lines or columns.

Everything without touching a mouse.