Ensure emacs undo (ctrl-_) works by default in terminal on macOS (#25578)

This commit is contained in:
Peter Tripp 2025-02-25 13:01:46 -05:00 committed by GitHub
parent 75dbe189bd
commit 278620df33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -831,6 +831,7 @@
"cmd-k": "terminal::Clear",
"cmd-n": "workspace::NewTerminal",
"ctrl-enter": "assistant::InlineAssist",
"ctrl-_": null, // emacs undo
// Some nice conveniences
"cmd-backspace": ["terminal::SendText", "\u0015"],
"cmd-right": ["terminal::SendText", "\u0005"],