46 lines
1.6 KiB
JSON
46 lines
1.6 KiB
JSON
// Place your key bindings in this file to override the defaults
|
|
[
|
|
{
|
|
"key": "alt+z",
|
|
"command": "-editor.action.toggleWordWrap"
|
|
},
|
|
{
|
|
"key": "alt+z",
|
|
"command": "-workbench.action.terminal.sizeToContentWidth",
|
|
"when": "terminalFocus && terminalHasBeenCreated && terminalIsOpen || terminalFocus && terminalIsOpen && terminalProcessSupported"
|
|
},
|
|
{
|
|
"key": "alt+z",
|
|
"command": "workbench.action.toggleMaximizeEditorGroup",
|
|
"when": "editorPartMaximizedEditorGroup || editorPartMultipleEditorGroups"
|
|
},
|
|
{
|
|
"key": "ctrl+k ctrl+m",
|
|
"command": "-workbench.action.toggleMaximizeEditorGroup",
|
|
"when": "editorPartMaximizedEditorGroup || editorPartMultipleEditorGroups"
|
|
},
|
|
{
|
|
"key": "alt+z",
|
|
"command": "workbench.action.toggleMaximizedPanel",
|
|
"when": "!editorTextFocus"
|
|
},
|
|
{
|
|
"key": "ctrl+p",
|
|
"command": "-extension.vim_ctrl+p",
|
|
"when": "editorTextFocus && vim.active && vim.use<C-p> && !inDebugRepl || vim.active && vim.use<C-p> && !inDebugRepl && vim.mode == 'CommandlineInProgress' || vim.active && vim.use<C-p> && !inDebugRepl && vim.mode == 'SearchInProgressMode'"
|
|
},
|
|
{
|
|
"key": "alt+t",
|
|
"command": "workbench.action.terminal.toggleTerminal",
|
|
"when": "terminal.active"
|
|
},
|
|
{
|
|
"key": "ctrl+`",
|
|
"command": "-workbench.action.terminal.toggleTerminal",
|
|
"when": "terminal.active"
|
|
},
|
|
{
|
|
"key": "ctrl+e",
|
|
"command": "-workbench.action.quickOpen"
|
|
}
|
|
] |