Update documentation with new keybinds
This commit is contained in:
parent
250b7d1d8b
commit
a88d29580d
1 changed files with 9 additions and 9 deletions
|
@ -30,15 +30,15 @@ This module has no prerequisites.
|
|||
|
||||
Emacs keybinds when evil +everywhere is disabled.
|
||||
| Keybind | Description |
|
||||
|--------------------+---------------------------|
|
||||
| =C-c f v= | Fold region |
|
||||
| =C-c f a v= | Refold all regions |
|
||||
| =C-c u v= or =C `= | Unfold region |
|
||||
| =C-c u a v= | Unfold all regions |
|
||||
| =C-c d v= | Delete folded region |
|
||||
| =C-c d a v= | Delete all folded regions |
|
||||
|------------------------+---------------------------|
|
||||
| =C-c C-f C-f= | Fold region |
|
||||
| =C-c C-f C-u= or =C `= | Unfold region |
|
||||
| =C-c C-f C-d= | Delete folded region |
|
||||
| =C-c C-a C-f= | Refold all regions |
|
||||
| =C-c C-a C-u= | Unfold all regions |
|
||||
| =C-c C-a C-d= | Delete all folded regions |
|
||||
|
||||
* TODO Configuration
|
||||
|
||||
* Troubleshooting
|
||||
Sometimes an unfolded region does not fold back with =C-c f v=. To bypass this bug you must delete the folded region (=C-c d v=) and then fold it(=C-c f v=) again.
|
||||
Sometimes an unfolded region does not fold back with =C-c C-f C-f=. To bypass this bug you must delete the folded region (=C-c C-f C-d=) and then fold it(=C-c C-f C-f=) again.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue