Update keybindings.json

This commit is contained in:
lianghongkey 2019-06-03 15:05:40 +08:00 committed by GitHub
parent 300eb3c93c
commit 67d1dc7a1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -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"
},
]