mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
i dont use vscode, but these pending changes were always in my way of staging and updating my dotfiles, so there you go.
95 lines
2.0 KiB
JSON
95 lines
2.0 KiB
JSON
[
|
|
{
|
|
"key": "ctrl+'",
|
|
"command": "workbench.action.terminal.toggleTerminal"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+d",
|
|
"command": "editor.action.copyLinesDownAction",
|
|
"when": "editorTextFocus && !editorReadonly"
|
|
},
|
|
{
|
|
"key": "ctrl+=",
|
|
"command": "-workbench.action.zoomIn"
|
|
},
|
|
{
|
|
"key": "ctrl+=",
|
|
"command": "editor.action.fontZoomIn"
|
|
},
|
|
{
|
|
"key": "ctrl+-",
|
|
"command": "editor.action.fontZoomOut"
|
|
},
|
|
{
|
|
"key": "ctrl+-",
|
|
"command": "-workbench.action.zoomOut"
|
|
},
|
|
{
|
|
"key": "ctrl+numpad_add",
|
|
"command": "-workbench.action.zoomIn"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+-",
|
|
"command": "workbench.action.zoomOut"
|
|
},
|
|
{
|
|
"key": "ctrl+numpad_subtract",
|
|
"command": "-workbench.action.zoomOut"
|
|
},
|
|
|
|
// Remap Alt+Number to Ctrl+Number to switch tabs
|
|
{
|
|
"key": "ctrl+1",
|
|
"command": "workbench.action.openEditorAtIndex1"
|
|
},
|
|
{
|
|
"key": "ctrl+2",
|
|
"command": "workbench.action.openEditorAtIndex2"
|
|
},
|
|
{
|
|
"key": "ctrl+3",
|
|
"command": "workbench.action.openEditorAtIndex3"
|
|
},
|
|
{
|
|
"key": "ctrl+4",
|
|
"command": "workbench.action.openEditorAtIndex4"
|
|
},
|
|
{
|
|
"key": "ctrl+5",
|
|
"command": "workbench.action.openEditorAtIndex5"
|
|
},
|
|
{
|
|
"key": "ctrl+6",
|
|
"command": "workbench.action.openEditorAtIndex6"
|
|
},
|
|
{
|
|
"key": "ctrl+7",
|
|
"command": "workbench.action.openEditorAtIndex7"
|
|
},
|
|
{
|
|
"key": "ctrl+8",
|
|
"command": "workbench.action.openEditorAtIndex8"
|
|
},
|
|
{
|
|
"key": "ctrl+9",
|
|
"command": "workbench.action.openEditorAtIndex9"
|
|
},
|
|
{
|
|
"key": "ctrl+alt+z",
|
|
"command": "workbench.action.toggleZenMode"
|
|
},
|
|
{
|
|
"key": "ctrl+k z",
|
|
"command": "-workbench.action.toggleZenMode"
|
|
},
|
|
{
|
|
"key": "alt+g",
|
|
"command": "editor.action.revealDefinition",
|
|
"when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor"
|
|
},
|
|
{
|
|
"key": "f12",
|
|
"command": "-editor.action.revealDefinition",
|
|
"when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor"
|
|
}
|
|
] |