In his article, Efficient Editing with vim, Jonathan McPherson covers the basics of efficient vim editing. The article assumes at least novice-level experience with vi.

Among the helpful nuggets of info:

  • Stay out of insert mode
  • Use h, j, k, and l instead of the arrow keys to move through a file
  • Enter insert mode intelligently (e.g. use ‘A’ to append to the current line)
  • Avoid repetition by using the . command (a period) to quickly repeat the last command

He did leave out one of my favorites, however — the double right square bracket (]]) to skip to the bottom of the file.

Share and Enjoy

  • StumbleUpon
  • Reddit
  • Digg
  • del.icio.us
  • Facebook
  • TwitThis

Related posts:

Vista less efficient than XP
7 Habits of Effective Text Editing
CLI for noobies: Need redirection?
Windows XP Command Line Reference
CLI for noobies: Test this

Hope you like that post!

Forever Geek is a resource for all things geek. You can stay tuned by having the latest FG news delivered to you for free via RSS.