Update keybindings.json
This commit is contained in:
parent
fa9c6bfc78
commit
9c974a7fb0
|
@ -155,7 +155,7 @@
|
|||
"when": "terminalFocus"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+p",
|
||||
"key": "ctrl+shift+n",
|
||||
"command": "workbench.action.terminal.findPreviousTerminalFocus",
|
||||
"when": "terminalFocus"
|
||||
},
|
||||
|
@ -291,4 +291,24 @@
|
|||
"command": "toggleSearchWholeWord",
|
||||
"when": "searchViewletFocus && searchViewletVisible"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+f",
|
||||
"command": "workbench.action.terminal.focusFindWidget",
|
||||
"when": "terminalFocus"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+f",
|
||||
"command": "workbench.action.terminal.focusFindWidget",
|
||||
"when": "terminalFindWidgetFocused"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+n",
|
||||
"command": "workbench.action.terminal.findNextTerminalFocus",
|
||||
"when": "terminalFindWidgetFocused"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+shift+n",
|
||||
"command": "workbench.action.terminal.findPreviousTerminalFocus",
|
||||
"when": "terminalFindWidgetFocused"
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue