all repos — nixfiles @ 8ba1b5833bd8cd1119e17b7821483d0867406b5b

System and user configuration, managed by nix and home-manager

kitty: open new tabs in current directory
Alan Pearce alan@alanpearce.eu
Thu, 02 May 2024 07:40:22 +0200
commit

8ba1b5833bd8cd1119e17b7821483d0867406b5b

parent

0daf2d4ddbf14f4969ade7a6550027751d8570cc

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M user/settings/kitty.nixuser/settings/kitty.nix
@@ -12,6 +12,10 @@ };     shellIntegration = {
       mode = "no-cursor";
     };
+    keybindings = {
+      "ctrl+shift+t" = "new_tab_with_cwd !neighbor";
+      "cmd+t" = "new_tab_with_cwd !neighbor";
+    };
     settings = {
       macos_option_as_alt = "left";
     };