Visual Studio Code keybindings
Here's a (growing) collection of useful keybindings for Visual Studio Code that I use or deem interesting. I've probably found most of them, if not all of them, on various sites on the internet. In those cases I've added a link to the source.
Switching between editor and terminal
// Toggle between terminal and editor focus
{ "key": "ctrl+`", "command": "workbench.action.terminal.focus"},
{ "key": "ctrl+`", "command": "workbench.action.focusActiveEditorGroup", "when": "terminalFocus"}
Source: Stack Overflow
← Previous
Sublime Text 3 – creating a plugin
Next →
A Narcissistic Number
Now what?
I’m genuinely thrilled that you’ve made it this far — thank you for reading!
If you’re up for more, here are a few things you can do:
- Reply to this post by email – I’d love to hear from you.
- Subscribe via RSS or email to stay in the loop.
- Reach out on Mastodon – I’m always happy to chat.