web-mode-edit-element
web-mode-edit-element copied to clipboard
Key binding for Shift-K
The keybinding ("C-K" web-mode-edit-element-elements-kill-siblings) doesn't work under emacs 26.1 (perhaps others but I haven't tested). The capital K isn't interpreted as a shift-k chord; emacs sees it as a plain k and thus maps ctrl-k to web-mode-edit-element-elements-kill-siblings. The fix is to specify the chord explicitly: ("C-S-k" web-mode-edit-element-elements-kill-siblings)
Thank you for your issue. Now it works for me.
Feel free to reopen the issue if it´s not working for you.
The change should be applied to the M-K binding as well: M-S-K
Yeah, I also expected that but control and meta bindings behave different. Do you have tried the M-K and M-k, for me it works?
It wasn't working until I mapped it via M-S-k locally
Mhh ok, I will research about this.