更新 'keybindings_mac.json'

This commit is contained in:
colin 2020-11-16 15:06:27 +08:00
parent 3b856348b7
commit 122649d79a
1 changed files with 6 additions and 1 deletions

View File

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