Answers for "fold all lines in vim"

0

fold all lines in vim

You can close all folds with zM. 
If you have nested folds and you want to fold level by level, use zm. 
To open folds use zR (all) and zr (level by level).
Posted by: Guest on August-14-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language