It looks like ctrl+k in VS Code has the semantics of 'begin command input'. On IntelliJ keymap, all those commands are blocked because of commit command kicking in after ctrl+k press.
The solution could be to change all the VS Code native ctrl+k commands to begin with something else. ctrl+alt+k looks to be a free option.
It looks like ctrl+k in VS Code has the semantics of 'begin command input'. On IntelliJ keymap, all those commands are blocked because of commit command kicking in after ctrl+k press.
The solution could be to change all the VS Code native ctrl+k commands to begin with something else. ctrl+alt+k looks to be a free option.