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

[navigation] cursorTop + cursorBottom #154

Closed constb closed 5 years ago

constb commented 5 years ago

JetBrains IDEs have ⌘+Home and ⌘+End to go to the top and to the bottom of the open editor. Both don't work with this plugin.

VS Code defaults are ⌘+Up and ⌘+Down. The former actually works because it's not overridden, the latter on the other hand is now 'go to definition'.

Please add JetBrains-compatible navigation shortcuts to the plugin. According to the keybindings page their Command Ids are cursorTop and cursorBottom.

kasecato commented 5 years ago

Related with #149

kasecato commented 5 years ago

Hi @constb , I've just released it. Please check it! Thanks!