Skip to content

Commit

Permalink
Ensure emacs undo (ctrl-_) works by default in terminal on macOS (#25578
Browse files Browse the repository at this point in the history
)
  • Loading branch information
notpeter authored Feb 25, 2025
1 parent 75dbe18 commit 278620d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/keymaps/default-macos.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 278620d

Please sign in to comment.