VimTip#4: jumping around methods
Did you know, that you can jump with ]m
to the start of next method or to the previous with [m
? (use capital M
to jump to the end of method).
I never heard about these motion commands before, so I guess they are less known.
Other various motions are also interesting, I can just recommend to get familiar with them.
Written by Jan Dudulski
Related protips
2 Responses
I use ctags and taglist that lets me jump to methods in different files.
over 1 year ago
·
To use motion commands in python code I use https://github.com/klen/python-mode
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Vim
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#