I'm learning VIM for Rails development and would like to easily navigate methods in a file. So far I see several options:
Find 'def' by using
/def<space>
Anyone have any better ideas?
:help ]m
I think it requires vim-ruby for ruby support.