tweak(web): remove M-/ keybind

As brought up in #7866, M-/ is bound to dabbrev-expand by default. Also,
a `M-;` keybind already exists on web-mode-map for commenting (and is
the vanilla default for commenting in other modes), so I'm removing this
redundant keybind.

Close: #7866
Co-authored-by: kuba-orlik <kuba-orlik@users.noreply.github.com>
This commit is contained in:
Henrik Lissner 2024-06-03 15:42:33 -04:00
parent 6edd4a3348
commit b4531dd359
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -142,7 +142,6 @@
"p" #'web-mode-tag-previous
"s" #'web-mode-tag-select))
:g "M-/" #'web-mode-comment-or-uncomment
:i "SPC" #'self-insert-command
:n "za" #'web-mode-fold-or-unfold
:nv "]a" #'web-mode-attribute-next