add undo/redo keybindings, default them on macOS

This commit is contained in:
Mitchell Hashimoto
2025-06-06 11:34:33 -07:00
parent e1847da139
commit b044f4864a
10 changed files with 132 additions and 10 deletions

View File

@@ -673,6 +673,8 @@ typedef enum {
GHOSTTY_ACTION_CONFIG_CHANGE,
GHOSTTY_ACTION_CLOSE_WINDOW,
GHOSTTY_ACTION_RING_BELL,
GHOSTTY_ACTION_UNDO,
GHOSTTY_ACTION_REDO,
GHOSTTY_ACTION_CHECK_FOR_UPDATES
} ghostty_action_tag_e;