Update keybindings.json
This commit is contained in:
parent
6fc91d628c
commit
f84ae79e07
|
@ -132,12 +132,12 @@
|
||||||
"command": "workbench.action.zoomOut"
|
"command": "workbench.action.zoomOut"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "ctrl+[",
|
"key": "ctrl+shift+[",
|
||||||
"command": "editor.foldAll",
|
"command": "editor.foldAll",
|
||||||
"when": "editorTextFocus"
|
"when": "editorTextFocus"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "ctrl+]",
|
"key": "ctrl+shift+]",
|
||||||
"command": "editor.unfoldAll",
|
"command": "editor.unfoldAll",
|
||||||
"when": "editorTextFocus"
|
"when": "editorTextFocus"
|
||||||
},
|
},
|
||||||
|
@ -309,4 +309,14 @@
|
||||||
"command": "workbench.action.terminal.findPreviousTerminalFocus",
|
"command": "workbench.action.terminal.findPreviousTerminalFocus",
|
||||||
"when": "terminalFindWidgetFocused"
|
"when": "terminalFindWidgetFocused"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+]",
|
||||||
|
"command": "workbench.action.nextEditor",
|
||||||
|
"when": "editorFocus"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+[",
|
||||||
|
"command": "workbench.action.previousEditor",
|
||||||
|
"when": "editorFocus"
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue