RSS Amplifier

Plurrrr · Jul 13, 2026

To Fold or Not To Fold in Vim

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

To Fold or Not To Fold in Vim Each time I open in vim my freeCodeCamp Python course notes, which is a Markdown file, it starts folded. I prefer to see the entire file at start up so I added the following to my vimrc : autocmd BufRead *.md normal zR With zR meaning: open all folds in the file. The opposite is zM . While editing I prefer to toggle folding with za . vim

Read on plurrrr.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.