Vim Tip: Folding FTW
Posted by: nico on
Oct 6th, 2009 |
Filed under: Vim Tips
Not all is lost, you don’t have to commit sepuku (at least not for this one). Just use Vim’s indent method like this:
:set foldmethod=indent
That should give you a better view of the code flow. As always, use ‘%’ to navigate all those pesky { and }.




Add A Comment