File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,10 @@ The following commands are useful to open and close folds:
68
68
- ` zR ` : opens all folds
69
69
- ` zm ` : increases fold level throughout the buffer
70
70
- ` zM ` : folds everything all the way
71
- - ` za ` : open a fold your cursor is on
72
- - ` zA ` : open a fold your cursor is on recursively
71
+ - ` za ` : toggle a fold your cursor is on
72
+ - ` zA ` : toggle a fold your cursor is on recursively
73
+ - ` zo ` : open a fold your cursor is on
74
+ - ` zO ` : open a fold your cursor is on recursively
73
75
- ` zc ` : close a fold your cursor is on
74
76
- ` zC ` : close a fold your cursor is on recursively
75
77
Original file line number Diff line number Diff line change @@ -102,9 +102,13 @@ The following commands are useful to open and close folds:
102
102
*vim-markdown-zM*
103
103
- 'zM': folds everything all the way
104
104
*vim-markdown-za*
105
- - 'za' : open a fold your cursor is on
105
+ - 'za' : toggle a fold your cursor is on
106
106
*vim-markdown-zA*
107
- - 'zA': open a fold your cursor is on recursively
107
+ - 'zA': toggle a fold your cursor is on recursively
108
+ *vim-markdown-zo*
109
+ - 'zo' : open a fold your cursor is on
110
+ *vim-markdown-zO*
111
+ - 'zO': open a fold your cursor is on recursively
108
112
*vim-markdown-zc*
109
113
- 'zc' : close a fold your cursor is on
110
114
*vim-markdown-zC*
You can’t perform that action at this time.
0 commit comments