Vim jump last mark-different file

Posted by anon on Stack Overflow See other posts from Stack Overflow or by anon
Published on 2010-03-15T07:29:37Z Indexed on 2010/03/16 20:11 UTC
Read the original article Hit count: 266

Filed under:

:bn , :bp just switches buffers

I want something like ctrl-o, which has a 'stack' of marks it jumps through.

However, I want it to ignore marks in the same file ... i.e i want ctrl-my-o to be ctrl-o until you hit a different file and ctrl-my-i to be ctrl-i until you hit a different file

Is there somethig like this in vim?

© Stack Overflow or respective owner

Related posts about vim