blob: 559960669fe94bee19776000fb0c7aefd41f0240 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
* hideshow
Evil bindings for [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Hideshow.html][hideshow]] (=hs-minor-mode=). Standard fold operations
(=zo=, =zc=, =zr=, =zm=, =zR=, =zM=, =za=) are provided by evil itself via
=evil-fold-list=; this module adds the missing level-hide binding.
** Key bindings
| Command | Original | Evil |
|-----------------+-------------+------|
| =hs-hide-level= | =C-c @ C-l= | =zL= |
|