microsoft / vscode-sublime-keybindings

Sublime Text Keymap extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-vscode.sublime-keybindings
MIT License
251 stars 121 forks source link

Column selection not bound to the correct key combination #40

Open brandonwamboldt opened 7 years ago

brandonwamboldt commented 7 years ago

Column selection is bound as the default "Alt + Shift + Left Click" and drag. Sublime uses "Shift + Right Click" and drag.

waderyan commented 7 years ago

Right now we cannot change mouse bindings. Hoping it makes it into Feb's sprint. https://github.com/Microsoft/vscode/issues/3130

jondal commented 6 years ago

I installed VS Code and Alt + Shift + Left Click + Drag worked fine. I installed this extension and column selection stopped working. I uninstalled the extension, thinking I would get column selection back, but it does not work. Why does the extension permanently break this feature?