Is there some plugin to fold HTML tags in Vim?
Or there is another way to setup a shortcut to fold or unfold html tags?
I would like to fold/unfold html tags just like I do with indentation folding.
Is there some plugin to fold HTML tags in Vim? Or there is another
Share
I have found
zfat(or, equally,zfit) works well for folding with HTML documents.zawill toggle (open or close) an existing fold.zRopens all the folds in the current document,zMeffectively re-enables all existing folds marked in the document.If you find yourself using folds extensively, you could make some handy keybindings for yourself in your
.vimrc.