21 November 2016
Configuring your own keyboard shortcuts in Visual Studio code is fairly easy once you know which settings to change but finding the right command can often take a few seconds too many.
To configure keybaord shortcuts for quick window switching in the terminal, do the following.
{ "key": "ctrl+shift+[", "command": "workbench.action.terminal.focusPrevious", "when": "terminalFocus" },
{ "key": "ctrl+shift+]", "command": "workbench.action.terminal.focusNext", "when": "terminalFocus" }
And you’re done!
If you want to mess around with other commands, there’s a list of unused commands at the bottom of the “Default Keyboard Shortcuts” editor window.
Bonus hint: You can add a keybinding for workbench.action.terminal.focus but I find the ctrl+` shortcut which toggles the terminal window to be sufficient for this (double press it if your terminal is already open).
GitHub and Bitbucket now both have support for Git Large File Storage or Git LFS. Basically, this implementation...
I'm a software developer by profession with a wealth of both dev management and programming experience.
My programming background is varied and includes .NET, C#, Node JS, React, Flavours of SQL, Xamarin and Unity among other things.
I spend a great deal of my spare time doing game and web development, writing music and relaxing with my family.
Ping me on Twitter: @panetta