---
tags: [ vim,vim-plugins,markdown ]
---

# https://github.com/plasticboy/vim-markdown
# Commands list
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
ge: open the [link](link-url)
o: when list items, it will return new line with indent
