Is there native functionality in Vim that allows one to move the cursor to the beginning/end of the next method? I already know about [[
, ]]
,
If you use taglist, I added a feature that does just that. You can jump from one tag to the other using Ctrl-up & Ctrl-down, provided the language is supported by taglist.
Here: https://github.com/man9ourah/taglist
and this to your .vimrc
.
nmap (TlistJumpTagUp) " Map ctrl-up to move one tag up
nmap (TlistJumpTagDown) " Map ctrl-down to move one tag down