Update keybindings.json
This commit is contained in:
parent
35ff53d22d
commit
6fc91d628c
|
@ -67,10 +67,6 @@
|
||||||
"key": "ctrl+b",
|
"key": "ctrl+b",
|
||||||
"command": "workbench.action.toggleSidebarVisibility"
|
"command": "workbench.action.toggleSidebarVisibility"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"key": "ctrl+shift+r",
|
|
||||||
"command": "workbench.action.reopenClosedEditor"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"key": "ctrl+p",
|
"key": "ctrl+p",
|
||||||
"command": "workbench.action.quickOpen"
|
"command": "workbench.action.quickOpen"
|
||||||
|
@ -170,12 +166,14 @@
|
||||||
"when": "terminalFocus"
|
"when": "terminalFocus"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "ctrl+shift+]",
|
"key": "ctrl+]",
|
||||||
"command": "workbench.action.terminal.focusNext"
|
"command": "workbench.action.terminal.focusNext",
|
||||||
|
"when": "terminalFocus"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "ctrl+shift+[",
|
"key": "ctrl+[",
|
||||||
"command": "workbench.action.terminal.focusPrevious"
|
"command": "workbench.action.terminal.focusPrevious",
|
||||||
|
"when": "terminalFocus"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "shift+escape",
|
"key": "shift+escape",
|
||||||
|
|
Loading…
Reference in New Issue