Ensure emacs undo (ctrl-_) works by default in terminal on macOS (#25578)
This commit is contained in:
parent
75dbe189bd
commit
278620df33
1 changed files with 1 additions and 0 deletions
|
@ -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"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue