mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
config/default: fix F-f9 typo
Should be C-f9, there is no F- modifier.
This commit is contained in:
@ -239,10 +239,10 @@
|
||||
"C--" #'er/contract-region
|
||||
(:when (featurep! :ui neotree)
|
||||
"<f9>" #'+neotree/open
|
||||
"<F-f9>" #'+neotree/find-this-file)
|
||||
"<C-f9>" #'+neotree/find-this-file)
|
||||
(:when (featurep! :ui treemacs)
|
||||
"<f9>" #'+treemacs/toggle
|
||||
"<F-f9>" #'+treemacs/find-file)
|
||||
"<C-f9>" #'+treemacs/find-file)
|
||||
;; smartparens
|
||||
(:after smartparens
|
||||
:map smartparens-mode-map
|
||||
|
Reference in New Issue
Block a user