agent: Display keybindings for "Reject All" and "Keep All" (#28620)

<img
src="https://github.com/user-attachments/assets/2cdc5121-dd7b-4f46-8d43-88d5152c77ea"
width="550" />


Release Notes:

- N/A
This commit is contained in:
Danilo Leal
2025-04-11 22:36:26 -03:00
committed by GitHub
parent 8ffa58414d
commit d1ffda9bfe
3 changed files with 28 additions and 12 deletions
+3 -1
View File
@@ -150,7 +150,9 @@
"context": "AgentDiff",
"bindings": {
"ctrl-y": "agent::Keep",
"ctrl-n": "agent::Reject"
"ctrl-n": "agent::Reject",
"ctrl-shift-y": "agent::KeepAll",
"ctrl-shift-n": "agent::RejectAll"
}
},
{