mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(web): web-mode-attribute-transpose on wrong key
This commit is contained in:
@ -98,7 +98,7 @@
|
||||
"s" #'web-mode-attribute-select
|
||||
"k" #'web-mode-attribute-kill
|
||||
"p" #'web-mode-attribute-previous
|
||||
"p" #'web-mode-attribute-transpose)
|
||||
"t" #'web-mode-attribute-transpose)
|
||||
(:prefix ("b" . "block")
|
||||
"b" #'web-mode-block-beginning
|
||||
"c" #'web-mode-block-close
|
||||
|
Reference in New Issue
Block a user