> I would like a stack of positions from where I jumped to other
> positions. By this I mean, from where I:
> 
> - started searching
> - opened taglist and jumped to tag
> - other things I do not think of right now
> 
> Does something like this exist in vim?


You mean like the jumplist? :)

   :help jumplist

which is a subsection of

   :help jump-motions

where you can read all about it.

You can use ^O and ^I to navigate forward & backward in the 
jumplist.  Items are automatically added for gross movements (not 
linewise).

-tim



--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to