Top "Unfold" questions

An unfold function is the opposite (or dual) of a fold.

How to set the default to unfolded when you open a file?

In my .vimrc I've put set foldmethod=syntax to enable folding of methods etc. However, I don't like the default …

vim file-io default unfold