Neovim
In general, see my dotfiles.
Vim Markdown
- zr: reduces fold level throughout the buffer
- zR: opens all folds
- zm: increases fold level throughout the buffer
- zM: folds everything all the way
- za: open a fold your cursor is on
- zA: open a fold your cursor is on recursively
- zc: close a fold your cursor is on
- zC: close a fold your cursor is on recursively
Search and Open Results in New Buffer
:vnew | 0r!grep TODO #