From 15847c413cf8a86da11f8782b91070bfda069114 Mon Sep 17 00:00:00 2001 From: colin Date: Fri, 19 Sep 2025 21:32:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20keybindings.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keybindings.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/keybindings.json b/keybindings.json index c55e05e..17992df 100644 --- a/keybindings.json +++ b/keybindings.json @@ -186,11 +186,6 @@ "key": "shift+escape", "command": "search.action.clearSearchResults" }, - { - "key": "cmd+shift+n", - "command": "editor.action.previousMatchFindAction", - "when": "editorFocus" - }, { "key": "cmd+1", "command": "workbench.action.openEditorAtIndex1", @@ -505,5 +500,10 @@ { "key": "cmd+q", "command": "-workbench.action.quit" + }, + { + "key": "shift+cmd+n", + "command": "-chatEditor.action.reject", + "when": "chatEdits.hasEditorModifications && editorFocus && !chatEdits.isRequestInProgress || chatEdits.hasEditorModifications && notebookEditorFocused && !chatEdits.isRequestInProgress" } ] \ No newline at end of file