Commands on VIM marks

  • :marks – Display all the bookmarks
  • ma – Creates a bookmark called a
  • `a – Jump to the exact location of the bookmark a
  • ‘a – Jump to the beginning of the line of the bookmark a
  • `. – Jump to the exact location of the last modification
  • ‘. – Jump to the beginning of the line of the last modification

With marks, it’s very easy to switch between different files.

Related posts:

  1. http://vi.sualize.us, a nice picture bookmark site
  2. The easiest way to add an article into evernote from google reader is to “Email” it
This entry was posted in productivity, vim and tagged . Bookmark the permalink.
blog comments powered by Disqus