From 720c2ede7070f0c6d5c16a4b5ee035b6bfbc5bc4 Mon Sep 17 00:00:00 2001 From: javier545dev Date: Mon, 13 Apr 2026 00:00:08 -0500 Subject: [PATCH] fix: use correct key name `grave_accent` for quick terminal keybind Ghostty requires `grave_accent` instead of `grave` for the backtick key. The invalid key name caused a config validation error on reload. --- keybinds/macos.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keybinds/macos.conf b/keybinds/macos.conf index 85c1481..b8bede1 100644 --- a/keybinds/macos.conf +++ b/keybinds/macos.conf @@ -48,4 +48,4 @@ keybind = cmd+shift+left_bracket=previous_tab keybind = cmd+shift+right_bracket=next_tab # Global quick terminal (toggle from anywhere) -keybind = global:cmd+grave=toggle_quick_terminal +keybind = global:cmd+grave_accent=toggle_quick_terminal