Skip to content

Instantly share code, notes, and snippets.

@Hoffs
Created March 12, 2019 06:59
Show Gist options
  • Save Hoffs/016e5038a7ee644b99c0943e19137618 to your computer and use it in GitHub Desktop.
Save Hoffs/016e5038a7ee644b99c0943e19137618 to your computer and use it in GitHub Desktop.
keybinds
[
{
"key": "ctrl+p",
"command": "-workbench.action.quickOpen"
},
{
"key": "ctrl+p",
"command": "-workbench.action.quickOpenNavigateNextInFilePicker",
"when": "inFilesPicker && inQuickOpen"
},
{
"key": "ctrl+p",
"command": "editor.action.triggerParameterHints",
"when": "editorTextFocus"
},
{
"key": "ctrl+t",
"command": "-git.sync"
},
{
"key": "ctrl+shift+w",
"command": "-workbench.action.closeWindow"
},
{
"key": "ctrl+q",
"command": "workbench.action.closeActiveEditor"
},
{
"key": "ctrl+w",
"command": "-workbench.action.closeActiveEditor"
},
{
"key": "ctrl+shift+q",
"command": "workbench.action.quickOpenView"
},
{
"key": "ctrl+q",
"command": "-workbench.action.quickOpenView"
},
{
"key": "ctrl+shift+q",
"command": "editor.action.showHover",
"when": "editorTextFocus"
},
{
"key": "ctrl+q",
"command": "-editor.action.showHover",
"when": "editorTextFocus"
},
{
"key": "ctrl+e",
"command": "workbench.action.quickOpen"
},
{
"key": "ctrl+e",
"command": "-workbench.action.openRecent"
},
{
"key": "ctrl+k",
"command": "-git.commitAll",
"when": "!inDebugMode && !terminalFocus"
},
{
"key": "ctrl+shift+k",
"command": "-git.pushTo",
"when": "!inDebugMode && !terminalFocus"
},
{
"key": "ctrl+shift+t",
"command": "-workbench.action.reopenClosedEditor"
},
{
"key": "ctrl+o",
"command": "workbench.action.gotoSymbol"
},
{
"key": "ctrl+shift+alt+n",
"command": "-workbench.action.gotoSymbol"
},
{
"key": "ctrl+k ctrl+q",
"command": "-workbench.action.navigateToLastEditLocation"
},
{
"key": "ctrl+k ctrl+q",
"command": "workbench.action.closeAllEditors"
},
{
"key": "ctrl+k ctrl+w",
"command": "-workbench.action.closeAllEditors"
},
{
"key": "ctrl+shift+o",
"command": "workbench.action.files.openFile"
},
{
"key": "ctrl+o",
"command": "-workbench.action.files.openFile"
},
{
"key": "ctrl+shift+o",
"command": "-workbench.action.gotoSymbol"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment