更新 'keybindings_mac.json'
This commit is contained in:
parent
3b856348b7
commit
122649d79a
|
@ -319,7 +319,12 @@
|
||||||
{
|
{
|
||||||
"key": "cmd+f",
|
"key": "cmd+f",
|
||||||
"command": "workbench.action.terminal.focusFind",
|
"command": "workbench.action.terminal.focusFind",
|
||||||
"when": "terminalFocus || terminalFindFocused"
|
"when": "terminalFocus && !terminalFindFocused"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "cmd+f",
|
||||||
|
"command": "workbench.action.terminal.findNext",
|
||||||
|
"when": "terminalFindFocused"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "cmd+shift+]",
|
"key": "cmd+shift+]",
|
||||||
|
|
Loading…
Reference in New Issue