easymotion / vim-easymotion

Vim motions on speed!
http://www.vim.org/scripts/script.php?script_id=3526
7.44k stars 357 forks source link

Feature request: Highlight "hyperlinks" and follow #499

Open karamellpelle opened 1 year ago

karamellpelle commented 1 year ago

Here is a feature request from me: Can vim-easymotion have a mapping that highlights all "hyperlinks" in window and let you follow that link when you press the corresponding jump character(s)?

Hyperlinks in Vim are useful. You can jump between help topics. You can jump to definitions in the Tagbar window. You can open files in NerdTree. You can jump between articles if you use VimWiki. Etc. A vim-easymotion mapping which only highlight links and lets you jump to and follow your selected link, would be very useful for me. Now when I'm using Tagbar, I use vim-easymotion to jump to the line containing my definition, and then follow (press enter); what if I could be presented with only possible jumps and perform my choice with a jump character(s)?