Is there a way to put the end of a Ruby block using vim? for example
module SomeModule
I want to go from where the cursor is to the end of the block with a single command?
I read this documentation , but it doesn't seem to work on .rb files, I read in some places that it only works in C (I haven't tried it yet).
Thanks in advance.
ruby vim
Roman gonzalez
source share