summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2024-05-02 07:40:22 +0200
committerAlan Pearce2024-05-02 07:47:57 +0200
commit8ba1b5833bd8cd1119e17b7821483d0867406b5b (patch)
treefcabda1e5012c0749d512639630b539c6df98df3 /user
parent0daf2d4ddbf14f4969ade7a6550027751d8570cc (diff)
downloadnixfiles-8ba1b5833bd8cd1119e17b7821483d0867406b5b.tar.lz
nixfiles-8ba1b5833bd8cd1119e17b7821483d0867406b5b.tar.zst
nixfiles-8ba1b5833bd8cd1119e17b7821483d0867406b5b.zip
kitty: open new tabs in current directory
Diffstat (limited to 'user')
-rw-r--r--user/settings/kitty.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/user/settings/kitty.nix b/user/settings/kitty.nix
index 814ce54c..c1de50d8 100644
--- a/user/settings/kitty.nix
+++ b/user/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";
     };