WindTerm - Keyboard / Local Mode / Folding Keys
Quick Start
Local mode supports the following folding keys of Vim.
Shortcut | Action |
---|---|
zj | Move down to top of the next fold |
zk | Move up to bottom of the previous fold |
za | Toggle the current fold |
zo | Open the current fold |
zc | Close the current fold |
zO | Open the current fold recursively |
zC | Close the current fold recursively |
zm | Close all folds |
zM | Close all folds |
zr | Open all folds |
zR | Open all folds |