mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
bindings: neotree or treemacs with f9
This commit is contained in:
@ -176,7 +176,10 @@
|
||||
;; Plugins
|
||||
|
||||
;; misc plugins
|
||||
"<f9>" #'+neotree/open
|
||||
(:when (featurep! :ui neotree)
|
||||
"<f9>" #'+neotree/open)
|
||||
(:when (featurep! :ui treemacs)
|
||||
"<f9>" #'+treemacs)
|
||||
"C-=" #'er/expand-region
|
||||
;; smartparens
|
||||
(:after smartparens
|
||||
|
Reference in New Issue
Block a user