On Mar 12, 2:28 am, Yang Zhang <[email protected]> wrote:
> Hi, can I have the tag stack always displayed in a window, instead of
> repeatedly bringing it up with :tags?
This would probably be pretty difficult.
What I've done instead is the following:
nnoremap <c-t> <c-t>:tags<cr>
nnoremap <M-t> :tag \| tags<cr>
What this does is, every time I use the <C-T> command to jump back a
tag, I also view the tag stack, and I've added the ALT-t command to
jump forward in the tag stack (the reverse of CTRL-T), also showing
the tag stack afterwards.
If I really need to, I can use :tags beforehand, but it seems to be
enough for my purposes.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---