For C or C++, [{
or ]}
can be used in vim
to jump to the beginning or end of the code block. Is there a similar shortcut to jump for a code block between a if
and endif
in vim
for Fortran?
The issue is due to not-so-well formatted code, involving a lot of nested if's
making the readability difficult. Any solutions for such case?