mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Move keybinds to +emacs-bindings
This commit is contained in:
@ -568,3 +568,13 @@
|
|||||||
(:when (featurep! :ui treemacs)
|
(:when (featurep! :ui treemacs)
|
||||||
"<f9>" #'+treemacs/toggle
|
"<f9>" #'+treemacs/toggle
|
||||||
"<C-f9>" #'treemacs-find-file))
|
"<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)))
|
||||||
|
Reference in New Issue
Block a user