From 664873d9a8a39a3406c27020672cce11b0d7571c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Thu, 29 May 2025 15:24:27 +0200 Subject: [PATCH] fish: remove the concept of tmux-home for now --- nix/homeModules/common/fish/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nix/homeModules/common/fish/default.nix b/nix/homeModules/common/fish/default.nix index c3b15848..c47a18d7 100644 --- a/nix/homeModules/common/fish/default.nix +++ b/nix/homeModules/common/fish/default.nix @@ -24,10 +24,9 @@ in { programs.tmux.extraConfig = lib.mkBefore '' # sessionizer binds bind -n C-f run-shell "tmux new-window ${fishExe} -c tmux-sessionizer" - bind -n C-g run-shell "${fishExe} -c tmux-home" bind s run-shell "${fishExe} -c tmux-last" ''; - programs.kitty.settings.shell = ''${fishExe} --command="tmux-home"''; + programs.kitty.settings.shell = ''${fishExe}''; # # Script dependencies