From bce9bae0c741fd098016a5c8dc6422ffdf4ee5d9 Mon Sep 17 00:00:00 2001 From: Leonhard Kost Date: Sun, 4 Jan 2026 16:30:42 +0100 Subject: [PATCH] feat(kitty): add keybind to open new window and preserve cwd --- modules/home-manager/kitty.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/home-manager/kitty.nix b/modules/home-manager/kitty.nix index 2aae631..f708855 100644 --- a/modules/home-manager/kitty.nix +++ b/modules/home-manager/kitty.nix @@ -8,5 +8,8 @@ name = "JetBrainsMono NF"; size = 14; }; + keybindings = { + "ctrl+alt+enter" = "launch --cwd=current"; + }; }; }