Move keybinds to +emacs-bindings
This commit is contained in:
parent
7eaf402c0b
commit
250b7d1d8b
1 changed files with 10 additions and 0 deletions
|
@ -568,3 +568,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