Reputation: 3713
Not seeing function definitions all over the place would make my code much more readable.
Is there a way to hide them in vim?
Upvotes: 3
Views: 2038
Reputation: 24089
You're looking for folding.
http://vim.wikia.com/wiki/Folding
It allows you to "fold" lines of text into a single line and unfold them later.
Upvotes: 8