Fix <f9> = +treemacs/toggle for non-evil users
This commit is contained in:
parent
a1b24db458
commit
b0c84384a4
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@
|
|||
(:when (featurep! :ui neotree)
|
||||
"<f9>" #'+neotree/open)
|
||||
(:when (featurep! :ui treemacs)
|
||||
"<f9>" #'+treemacs)
|
||||
"<f9>" #'+treemacs/toggle)
|
||||
"C-=" #'er/expand-region
|
||||
"C--" #'er/contract-region
|
||||
;; smartparens
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue