Snippets

Dave Amphlett VSCode keybindings

Created by Dave Amphlett
// Place your key bindings in this file to override the defaults
[
    {
        "key": "ctrl-pagedown",
        "command": "workbench.action.terminal.focusNext",
        "when": "terminalFocus"
    },
    {
        "key": "ctrl-pageup",
        "command": "workbench.action.terminal.focusPrevious",
        "when": "terminalFocus"
    }
]

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.