Skip to content

Instantly share code, notes, and snippets.

@mrf345
Created March 10, 2019 02:52
Show Gist options
  • Save mrf345/e366c6e71b07bb03a213e161916b24fa to your computer and use it in GitHub Desktop.
Save mrf345/e366c6e71b07bb03a213e161916b24fa to your computer and use it in GitHub Desktop.
// Place your key bindings in this file to override the defaults
[
{
"key": "ctrl+alt+space",
"command": "macros.toggleBars"
},
{
"key": "ctrl+x ctrl+c",
"command": "workbench.action.keepEditor"
},
{
"key": "ctrl+down",
"command": "spaceBlockJumper.moveDown",
"when": "textInputFocus"
},
{
"key": "ctrl+up",
"command": "spaceBlockJumper.moveUp",
"when": "textInputFocus"
},
{
"key": "alt+z",
"command": "undo",
"when": "textInputFocus"
},
{
"key": "alt+r",
"command": "redo",
"when": "textInputFocus"
},
{
"key": "ctrl-x g",
"command": "workbench.action.gotoLine"
},
{
"key": "ctrl-m",
"command": "workbench.action.toggleMaximizedPanel"
},
{
"key": "alt-up",
"command": "scrollLineUp"
},
{
"key": "alt-down",
"command": "scrollLineDown"
},
{
"key": "ctrl-x e",
"command": "macros.focusExplorer"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment