Open
Description
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)