From cd7c51855f37ed492955b1fc82df335ea5b4a50d Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sat, 4 Oct 2025 11:57:03 -0700 Subject: [PATCH] update ghostty config keybindings --- programs/ghostty/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/programs/ghostty/default.nix b/programs/ghostty/default.nix index eed7c77..fff3c56 100644 --- a/programs/ghostty/default.nix +++ b/programs/ghostty/default.nix @@ -17,6 +17,9 @@ let working-directory = "home"; keybind = [ "shift+enter=text:\n" + "super+k=toggle_split_zoom" + "super+b>'=new_split:right" + "super+b>-=new_split:down" ]; }; in