56

The documentation isn't especially clear—CTRL+T is to jump back in the tag stack, whereas CTRL+O is to jump back to the previous cursor position. What's the difference between CTRL+T and CTRL+O? They both appear to exhibit the same behavior.

Keith Pinson
  • 7,835
  • 7
  • 61
  • 104
Matty
  • 33,203
  • 13
  • 65
  • 93

1 Answers1

67

CTRL-T is working with tag stack

CTRL-O is working with jumplist

Tag stack and jumplist are different list in vim, but they might have same items when you jumping through tags (eg. using CTRL-])

x-yuri
  • 16,722
  • 15
  • 114
  • 161
number5
  • 15,913
  • 3
  • 54
  • 51