更新 keybindings.json
This commit is contained in:
parent
9742dee57a
commit
15847c413c
|
@ -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"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue