dotfiles/files/vscode-keybindings.json

213 lines
7.0 KiB
JSON

[
{
"key": "alt+right",
"command": "workbench.action.nextEditor"
},
{
"key": "ctrl+pagedown",
"command": "-workbench.action.nextEditor"
},
{
"key": "alt+left",
"command": "workbench.action.previousEditor"
},
{
"key": "ctrl+pageup",
"command": "-workbench.action.previousEditor"
},
{
"key": "ctrl+shift+t",
"command": "-DocFX.showTokenTreeToSide",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+l",
"command": "workbench.action.editor.changeLanguageMode"
},
{
"key": "ctrl+l ctrl+alt+8",
"command": "-latex-workshop.decrement-sectioning",
"when": "editorTextFocus && latex-workshop:altkeymap && !editorReadonly && editorLangId == 'latex'"
},
{
"key": "ctrl+l [",
"command": "-latex-workshop.decrement-sectioning",
"when": "editorTextFocus && latex-workshop:altkeymap && !editorReadonly && editorLangId == 'latex'"
},
{
"key": "ctrl+l ]",
"command": "-latex-workshop.increment-sectioning",
"when": "editorTextFocus && latex-workshop:altkeymap && !editorReadonly && editorLangId == 'latex'"
},
{
"key": "ctrl+l ctrl+e",
"command": "-latex-workshop.shortcut.emph",
"when": "editorTextFocus && !editorReadonly && editorLangId == 'latex'"
},
{
"key": "ctrl+l ctrl+enter",
"command": "-latex-workshop.shortcut.item",
"when": "editorTextFocus && !editorReadonly && editorLangId == 'latex'"
},
{
"key": "ctrl+l ctrl+b",
"command": "-latex-workshop.shortcut.textbf",
"when": "editorTextFocus && !editorReadonly && editorLangId == 'latex'"
},
{
"key": "ctrl+l ctrl+i",
"command": "-latex-workshop.shortcut.textit",
"when": "editorTextFocus && !editorReadonly && editorLangId == 'latex'"
},
{
"key": "ctrl+l ctrl+n",
"command": "-latex-workshop.shortcut.textnormal",
"when": "editorTextFocus && !editorReadonly && editorLangId == 'latex'"
},
{
"key": "ctrl+l ctrl+r",
"command": "-latex-workshop.shortcut.textrm",
"when": "editorTextFocus && !editorReadonly && editorLangId == 'latex'"
},
{
"key": "ctrl+l ctrl+c",
"command": "-latex-workshop.shortcut.textsc",
"when": "editorTextFocus && !editorReadonly && editorLangId == 'latex'"
},
{
"key": "ctrl+l ctrl+s",
"command": "-latex-workshop.shortcut.textsl",
"when": "editorTextFocus && !editorReadonly && editorLangId == 'latex'"
},
{
"key": "ctrl+l ctrl+-",
"command": "-latex-workshop.shortcut.textsubscript",
"when": "editorTextFocus && !editorReadonly && editorLangId == 'latex'"
},
{
"key": "ctrl+l ctrl+6",
"command": "-latex-workshop.shortcut.textsuperscript",
"when": "editorTextFocus && !editorReadonly && editorLangId == 'latex'"
},
{
"key": "ctrl+l ctrl+t",
"command": "-latex-workshop.shortcut.texttt",
"when": "editorTextFocus && !editorReadonly && editorLangId == 'latex'"
},
{
"key": "ctrl+l ctrl+u",
"command": "-latex-workshop.shortcut.underline",
"when": "editorTextFocus && !editorReadonly && editorLangId == 'latex'"
},
{
"key": "ctrl+l ctrl+w",
"command": "-latex-workshop.surround",
"when": "editorHasSelection && editorTextFocus && !editorReadonly && editorLangId == 'latex'"
},
{
"key": "ctrl+l alt+x",
"command": "-workbench.view.extension.latex",
"when": "editorTextFocus && latex-workshop:altkeymap"
},
{
"key": "ctrl+l ctrl+m",
"command": "-editor.action.toggleTabFocusMode",
"when": "textInputFocus && editorLangId == 'latex'"
},
{
"key": "ctrl+l alt+v",
"command": "-latex-workshop.view",
"when": "editorTextFocus && latex-workshop:altkeymap"
},
{
"key": "ctrl+l alt+j",
"command": "-latex-workshop.synctex",
"when": "editorTextFocus && latex-workshop:altkeymap"
},
{
"key": "ctrl+l alt+c",
"command": "-latex-workshop.clean",
"when": "editorTextFocus && latex-workshop:altkeymap"
},
{
"key": "ctrl+l alt+b",
"command": "-latex-workshop.build",
"when": "editorTextFocus && latex-workshop:altkeymap"
},
{
"key": "ctrl+b",
"command": "-markdown.extension.editing.toggleBold",
"when": "editorTextFocus && !editorReadonly && editorLangId == 'markdown'"
},
{
"key": "ctrl+l alt+b",
"command": "-latex-workshop.build",
"when": "config.latex-workshop.bind.altKeymap.enabled && editorLangId == 'latex'"
},
{
"key": "ctrl+l alt+c",
"command": "-latex-workshop.clean",
"when": "config.latex-workshop.bind.altKeymap.enabled && editorLangId == 'latex'"
},
{
"key": "ctrl+l alt+j",
"command": "-latex-workshop.synctex",
"when": "config.latex-workshop.bind.altKeymap.enabled && editorTextFocus && editorLangId == 'latex'"
},
{
"key": "ctrl+l alt+v",
"command": "-latex-workshop.view",
"when": "config.latex-workshop.bind.altKeymap.enabled && editorLangId == 'latex'"
},
{
"key": "ctrl+l alt+x",
"command": "-workbench.view.extension.latex",
"when": "config.latex-workshop.bind.altKeymap.enabled"
},
{
"key": "ctrl+l ctrl+l",
"command": "-expandLineSelection",
"when": "textInputFocus && editorLangId == 'latex'"
},
{
"key": "ctrl+l ctrl+alt+8",
"command": "-latex-workshop.decrement-sectioning",
"when": "config.latex-workshop.bind.altKeymap.enabled && editorTextFocus && !editorReadonly && editorLangId == 'latex'"
},
{
"key": "ctrl+l [",
"command": "-latex-workshop.decrement-sectioning",
"when": "config.latex-workshop.bind.altKeymap.enabled && editorTextFocus && !editorReadonly && editorLangId == 'latex'"
},
{
"key": "ctrl+l ctrl+alt+9",
"command": "-latex-workshop.increment-sectioning",
"when": "config.latex-workshop.bind.altKeymap.enabled && editorTextFocus && !editorReadonly && editorLangId == 'latex'"
},
{
"key": "ctrl+l ]",
"command": "-latex-workshop.increment-sectioning",
"when": "config.latex-workshop.bind.altKeymap.enabled && editorTextFocus && !editorReadonly && editorLangId == 'latex'"
},
{
"key": "ctrl+9",
"command": "-workbench.action.lastEditorInGroup"
},
{
"key": "ctrl+9",
"command": "editor.action.fontZoomIn"
},
{
"key": "ctrl+8",
"command": "editor.action.fontZoomOut"
},
{
"key": "ctrl+0",
"command": "editor.action.fontZoomReset"
},
{
"key": "ctrl+shift+0",
"command": "workbench.action.zoomReset"
},
]