Skip to content

Instantly share code, notes, and snippets.

@zhammer
Created January 22, 2019 19:56
Show Gist options
  • Save zhammer/27eddc92e63bdf1635b5b5be3a904d90 to your computer and use it in GitHub Desktop.
Save zhammer/27eddc92e63bdf1635b5b5be3a904d90 to your computer and use it in GitHub Desktop.
vscode
[
{
"key": "ctrl+x 2",
"command": "workbench.action.splitEditorDown"
},
{
"key": "ctrl+x 3",
"command": "workbench.action.splitEditorRight"
},
{
"key": "ctrl+x right",
"command": "workbench.action.focusRightGroup"
},
{
"key": "ctrl+x left",
"command": "workbench.action.focusLeftGroup"
},
{
"key": "ctrl+x down",
"command": "workbench.action.focusBelowGroup"
},
{
"key": "ctrl+x up",
"command": "workbench.action.focusAboveGroup"
},
{
"key": "ctrl+x 1",
"command": "workbench.action.closeEditorsInOtherGroups"
},
{
"key": "ctrl+u ctrl+space",
"command": "workbench.action.terminal.selectToPreviousLine"
},
{
"key": "ctrl+x p",
"command": "workbench.action.navigateBack"
},
{
"key": "ctrl+x n",
"command": "workbench.action.navigateForward"
},
{
"key": "alt+]",
"command": "emacs.yank",
"when": "editorTextFocus"
},
{
"key": "ctrl+s",
"command": "workbench.action.terminal.findNext",
"when": "terminalFindWidgetFocused"
},
{
"key": "cmd+g",
"command": "-workbench.action.terminal.findNext",
"when": "terminalFindWidgetFocused"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment