Skip to content

Instantly share code, notes, and snippets.

View limbofeather's full-sized avatar
🎯

limbofeather limbofeather

🎯
View GitHub Profile
@limbofeather
limbofeather / keybindings.json
Last active January 19, 2021 17:07
vscode keyboard shortcuts
// Toggle between terminal and editor focus
[
{ "key": "ctrl+`", "command": "workbench.action.terminal.focus"},
{ "key": "ctrl+`", "command": "workbench.action.focusActiveEditorGroup", "when": "terminalFocus"}
]