From 0db5c8bfcce78583ebbde0b2abbc95ad93445f7c Mon Sep 17 00:00:00 2001 From: quasigod Date: Thu, 23 Jan 2025 06:04:39 -0500 Subject: [PATCH] ghostty: add keybinds to settings example --- modules/programs/ghostty.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/programs/ghostty.nix b/modules/programs/ghostty.nix index 9ebaa7b30..06b138c61 100644 --- a/modules/programs/ghostty.nix +++ b/modules/programs/ghostty.nix @@ -22,6 +22,10 @@ in { { theme = "catppuccin-mocha"; font-size = 10; + keybind = [ + "ctrl+h=goto_split:left" + "ctrl+l=goto_split:right" + ]; } ''; description = ''