mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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
|
"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
|
||||||
|
Reference in New Issue
Block a user