6

I'm using vim with jedi/jedi-vim when I develop python code and I use extensively <Leader>d (goto definitions) and/or <Leader>g (goto assignments). I can use '' to return to the line before the jump, but only within the same file.

Is there a way to have the same behaviour when jumping between different files?

ByteNudger
  • 1,545
  • 5
  • 29
  • 37

1 Answers1

10

I'm using Ctrl + O all the time to jump back (not only for Jedi, but also).

Also with Ctrl + I you can do the opposite: Jump forward.

Dave Halter
  • 15,556
  • 13
  • 76
  • 103