Skip to content

Commit

Permalink
Update vim.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaEstes authored Dec 11, 2020
1 parent bc1179f commit 1655867
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions vim.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,10 @@ set spell
|---------|-------------|
| zo | OPEN code fold under cursor
| zc | CLOSE code fold under cursor
| zR | OPEN ALL code folds
| zM | CLOSE ALL code folds
| zO | OPEN ALL code folds under cursor
| zC | CLOSE ALL code folds under cursor
| zr | Reduces all code folds by one level in buffer
| zR | Reduces all code folds in buffer (ie: Open all code folds)

## Marks

Expand Down

0 comments on commit 1655867

Please sign in to comment.