1
0
mirror of https://github.com/amix/vimrc synced 2025-06-30 20:05:01 +08:00

Updated plugins

This commit is contained in:
Amir
2024-10-06 10:25:50 +02:00
parent ee7e062909
commit 46294d589d
202 changed files with 306918 additions and 203617 deletions

View File

@ -102,9 +102,13 @@ The following commands are useful to open and close folds:
*vim-markdown-zM*
- 'zM': folds everything all the way
*vim-markdown-za*
- 'za': open a fold your cursor is on
- 'za': toggle a fold your cursor is on
*vim-markdown-zA*
- 'zA': open a fold your cursor is on recursively
- 'zA': toggle a fold your cursor is on recursively
*vim-markdown-zo*
- 'zo': open a fold your cursor is on
*vim-markdown-zO*
- 'zO': open a fold your cursor is on recursively
*vim-markdown-zc*
- 'zc': close a fold your cursor is on
*vim-markdown-zC*