Skip to content

Instantly share code, notes, and snippets.

@saulfield
Last active January 23, 2020 04:32
Show Gist options
  • Save saulfield/61e7a1cde721c2be36ffa6f20366a4f0 to your computer and use it in GitHub Desktop.
Save saulfield/61e7a1cde721c2be36ffa6f20366a4f0 to your computer and use it in GitHub Desktop.
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+down",
"command": "-scrollLineDown",
"when": "textInputFocus"
},
{
"key": "ctrl+up",
"command": "-scrollLineUp",
"when": "textInputFocus"
},
{
"key": "ctrl+down",
"command": "block-travel.jumpDown",
"when": "editorTextFocus"
},
{
"key": "alt+down",
"command": "-block-travel.jumpDown",
"when": "editorTextFocus"
},
{
"key": "ctrl+up",
"command": "block-travel.jumpUp",
"when": "editorTextFocus"
},
{
"key": "alt+up",
"command": "-block-travel.jumpUp",
"when": "editorTextFocus"
},
{
"key": "ctrl+-",
"command": "-workbench.action.zoomOut"
},
{
"key": "ctrl+-",
"command": "workbench.action.quickInputBack",
"when": "inQuickOpen"
},
{
"key": "ctrl+alt+-",
"command": "-workbench.action.quickInputBack",
"when": "inQuickOpen"
},
{
"key": "ctrl+-",
"command": "workbench.action.navigateBack"
},
{
"key": "ctrl+alt+-",
"command": "-workbench.action.navigateBack"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment