Useful commands/shortcuts

  • gi — go to last insert position, enters insert mode
  • g;/g, — go to prev/next position in change list (:changes)
  • _ — same as ^, go to beginning of line, but accepts a count
    • e.g. 3_ goes to beginning of line, 2 lines down from the current line
  • normal mode: Ctrlo/Ctrli — move through jump list (:help jumplist)