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
810 stars 135 forks source link

Add carets before the current caret(Double ctrl shortcut) #173

Open dmrnz opened 4 years ago

dmrnz commented 4 years ago

Hi, Intellij has a quite convenient way of adding carets, Ctrl twice, and then without releasing it, up or down arrow key. Default VS code keybindings also has similar shortcut - Alt + Shift and arrow keys, but with this keybindings I cannot use the default shortcut.

Is there any way you can add Ctrl shortcut or something similar?

kasecato commented 4 months ago

In VS Code, we have a command that insert cursor above/below. But we can't bind like ctrl ctrl+up ctrl+up... in a default way. Perhaps, we can refer Vim keybindings that may have a mode/state like ctrl ctrl+up