Skip to content

Commit

Permalink
docs: Correct mappings zo/zO and add za/zA
Browse files Browse the repository at this point in the history
  • Loading branch information
x0urc3 committed Feb 11, 2024
1 parent 46add6c commit 7027cd6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,10 @@ The following commands are useful to open and close folds:
- `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
- `za`: toggle a fold your cursor is on
- `zA`: toggle a fold your cursor is on recursively
- `zo`: open a fold your cursor is on
- `zO`: 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

Expand Down

0 comments on commit 7027cd6

Please sign in to comment.