更新 keybindings.json

This commit is contained in:
colin 2025-09-19 21:32:58 +08:00
parent 9742dee57a
commit 15847c413c
1 changed files with 5 additions and 5 deletions

View File

@ -186,11 +186,6 @@
"key": "shift+escape", "key": "shift+escape",
"command": "search.action.clearSearchResults" "command": "search.action.clearSearchResults"
}, },
{
"key": "cmd+shift+n",
"command": "editor.action.previousMatchFindAction",
"when": "editorFocus"
},
{ {
"key": "cmd+1", "key": "cmd+1",
"command": "workbench.action.openEditorAtIndex1", "command": "workbench.action.openEditorAtIndex1",
@ -505,5 +500,10 @@
{ {
"key": "cmd+q", "key": "cmd+q",
"command": "-workbench.action.quit" "command": "-workbench.action.quit"
},
{
"key": "shift+cmd+n",
"command": "-chatEditor.action.reject",
"when": "chatEdits.hasEditorModifications && editorFocus && !chatEdits.isRequestInProgress || chatEdits.hasEditorModifications && notebookEditorFocused && !chatEdits.isRequestInProgress"
} }
] ]