bindings: neotree or treemacs with f9
This commit is contained in:
parent
d3aa611f85
commit
40851db96b
1 changed files with 4 additions and 1 deletions
|
@ -176,7 +176,10 @@
|
||||||
;; Plugins
|
;; Plugins
|
||||||
|
|
||||||
;; misc plugins
|
;; misc plugins
|
||||||
"<f9>" #'+neotree/open
|
(:when (featurep! :ui neotree)
|
||||||
|
"<f9>" #'+neotree/open)
|
||||||
|
(:when (featurep! :ui treemacs)
|
||||||
|
"<f9>" #'+treemacs)
|
||||||
"C-=" #'er/expand-region
|
"C-=" #'er/expand-region
|
||||||
;; smartparens
|
;; smartparens
|
||||||
(:after smartparens
|
(:after smartparens
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue