samuelpordeus / vscode-elixir-test

Visual Studio Code extension to interact with elixir tests
MIT License
37 stars 36 forks source link

Stop conflicting run test shortcut with vs-code default keybinding #62

Closed samuelpordeus closed 4 years ago

samuelpordeus commented 4 years ago

Fix #48

I decided to go with cmd+shift+i because it's closer to the jump shortcut (cmd+shift+j) 😄

I personally don't use shortcuts, I just use cmd+shift+p and type what I need for almost everything, so if anyone has a better suggestion for this shortcut here, feel free to leave it here 🙂

ps: I'm holding changelogs updates until I merge the other opened PR