pechorin / any-jump.vim

Jump to any definition and references 👁 IDE madness without overhead 🚀
1.08k stars 40 forks source link

Use settagstack to allow C-t to jump back and :tags #31

Open idbrii opened 4 years ago

idbrii commented 4 years ago

Recent vim has settagstack() to set the tagstack. Calling that before moving the cursor for :AnyJump would allow users to use Ctrl-T to jump back to where they came from and to use :tags to see where they've been.

See examples in vim-lsc or vim-lsp.

Not sure if this makes :AnyJumpBack unnecessary.

pechorin commented 4 years ago

:AnyJumpBack is unnecessary, i develop this feature because never use navigation though vim :tags :)

pechorin commented 4 years ago

I will look and think about this. Thanks for report.

goodboy commented 10 months ago

Also agree this would be a nice UX change and would make dropping ctags usage pretty much immediately possible 😎