Hacker News new | ask | show | jobs
by WilhelmJ 5407 days ago
When I learned to use vim years ago, one interesting observation was that the biggest thing to learn in vim is efficient navigation.

i.e. if you know how to get to a particular logically defined place in the file, you will always be able to carry out copy-paste-delete to and from that place to where to cursor is.

One would be surprised how easy thing become once you know the basic navigation rules due to marvelous mix-n-match nature of vim operations.