From 774773c7486f9966a23117e6c1594d333f788d91 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Tue, 23 Sep 2025 15:06:58 -0400 Subject: [PATCH] fix: ghostty keybinds invalid after update --- .../home-manager/modules/nmasur/presets/programs/ghostty.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platforms/home-manager/modules/nmasur/presets/programs/ghostty.nix b/platforms/home-manager/modules/nmasur/presets/programs/ghostty.nix index 3ab5c42..f7399b3 100644 --- a/platforms/home-manager/modules/nmasur/presets/programs/ghostty.nix +++ b/platforms/home-manager/modules/nmasur/presets/programs/ghostty.nix @@ -37,8 +37,8 @@ in fullscreen = if pkgs.stdenv.isDarwin then true else false; keybind = [ "super+t=unbind" # Pass super-t to underlying tool (e.g. zellij tabs) - "super+shift+]=unbind" - "super+shift+[=unbind" + "super+shift+bracket_right=unbind" + "super+shift+bracket_left=unbind" "ctrl+tab=unbind" "ctrl+shift+tab=unbind" "ctrl+tab=text:\\x1b[9;5u"