add toggle command palette binding

This commit is contained in:
Mitchell Hashimoto
2025-04-21 09:52:21 -07:00
parent 8bd91e7104
commit 6d2685b5a2
14 changed files with 84 additions and 12 deletions

View File

@@ -256,6 +256,7 @@ extension Notification.Name {
/// Ring the bell
static let ghosttyBellDidRing = Notification.Name("com.mitchellh.ghostty.ghosttyBellDidRing")
static let ghosttyCommandPaletteDidToggle = Notification.Name("com.mitchellh.ghostty.commandPaletteDidToggle")
}
// NOTE: I am moving all of these to Notification.Name extensions over time. This