Update keybindings.json
This commit is contained in:
parent
300eb3c93c
commit
67d1dc7a1f
|
@ -177,4 +177,16 @@
|
|||
"key": "ctrl+oem_3",
|
||||
"command": "workbench.action.terminal.toggleTerminal"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+n",
|
||||
"command": "workbench.action.terminal.findNextTerminalFocus",
|
||||
"when": "terminalFocus"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+p",
|
||||
"command": "workbench.action.terminal.findPreviousTerminalFocus",
|
||||
"when": "terminalFocus"
|
||||
},
|
||||
|
||||
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue