fix(web): web-mode-attribute-transpose on wrong key

This commit is contained in:
Basil Sh
2022-03-19 22:39:34 +07:00
committed by GitHub
parent 614aefc339
commit 0a12ccae49

View File

@ -98,7 +98,7 @@
"s" #'web-mode-attribute-select "s" #'web-mode-attribute-select
"k" #'web-mode-attribute-kill "k" #'web-mode-attribute-kill
"p" #'web-mode-attribute-previous "p" #'web-mode-attribute-previous
"p" #'web-mode-attribute-transpose) "t" #'web-mode-attribute-transpose)
(:prefix ("b" . "block") (:prefix ("b" . "block")
"b" #'web-mode-block-beginning "b" #'web-mode-block-beginning
"c" #'web-mode-block-close "c" #'web-mode-block-close