Merge pull request #4143 from innerout/fold-docs
Add emacs bindings and documentation in fold module
This commit is contained in:
commit
ee6c27c2a0
2 changed files with 32 additions and 10 deletions
|
@ -564,3 +564,13 @@
|
|||
(:when (featurep! :ui treemacs)
|
||||
"<f9>" #'+treemacs/toggle
|
||||
"<C-f9>" #'treemacs-find-file))
|
||||
|
||||
(map! :leader
|
||||
(:when (featurep! :editor fold)
|
||||
(:prefix ("C-f" . "fold")
|
||||
"C-d" #'vimish-fold-delete
|
||||
"C-a C-d" #'vimish-fold-delete-all
|
||||
"C-f" #'+fold/toggle
|
||||
"C-a C-f" #'+fold/close-all
|
||||
"C-u" #'+fold/open
|
||||
"C-a C-u" #'+fold/open-all)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue