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