kasecato / vscode-intellij-idea-keybindings

Port of IntelliJ IDEA key bindings for VS Code.
https://marketplace.visualstudio.com/items?itemName=k--kato.intellij-idea-keybindings
MIT License
829 stars 135 forks source link

Native shortcut sequences beginning with ctrl+k clash with IntelliJ ctrl+k commit command #150

Closed emilborowiec closed 5 years ago

emilborowiec commented 5 years ago

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.

kasecato commented 5 years ago

@emilborowiec @matejtro I released v0.2.33 including this fix that ctrl+alt+k. Thanks 👍