Using folds in vim
Thursday, August 30th, 2007Using folds in Vim is a fantastic way to improve your productivity.
Here’s a screen shot showing Vim open with a Perl module without folds.
And this is a screen shot with folds enabled.
Notice how I’ve folded all the subroutines so I get a nice overview of the code.
By heart these commands:
zf - Create a fold
zo […]
