kitty: open new tabs in current directory
Alan Pearce alan@alanpearce.eu
Thu, 02 May 2024 07:40:22 +0200
1 files changed, 4 insertions(+), 0 deletions(-)
jump to
M user/settings/kitty.nix → 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"; };