agent: Change the reject changes keybinding (#28381)

This PR makes the reject keybinding, in the Review Changes mutlbuffer,
`cmd-n`.

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2025-04-08 21:09:05 -03:00 committed by GitHub
parent dabc4d8ff5
commit c8caae03df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -150,7 +150,7 @@
"context": "AgentDiff", "context": "AgentDiff",
"bindings": { "bindings": {
"ctrl-y": "agent::Keep", "ctrl-y": "agent::Keep",
"ctrl-k ctrl-r": "agent::Reject" "ctrl-n": "agent::Reject"
} }
}, },
{ {

View file

@ -242,7 +242,7 @@
"use_key_equivalents": true, "use_key_equivalents": true,
"bindings": { "bindings": {
"cmd-y": "agent::Keep", "cmd-y": "agent::Keep",
"cmd-alt-z": "agent::Reject" "cmd-n": "agent::Reject"
} }
}, },
{ {