From d3b5bd3197dbad4e58707c998ea5b145ea62b27d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Fri, 11 Jul 2025 23:06:25 +0200 Subject: [PATCH] tmux: change tmux-last bind --- nix/homeModules/extra/tmux-fish-integration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/homeModules/extra/tmux-fish-integration.nix b/nix/homeModules/extra/tmux-fish-integration.nix index f396a631..35696a20 100644 --- a/nix/homeModules/extra/tmux-fish-integration.nix +++ b/nix/homeModules/extra/tmux-fish-integration.nix @@ -26,7 +26,7 @@ programs.tmux.extraConfig = lib.mkBefore '' # sessionizer binds bind -n C-f run-shell "tmux new-window tmux-sessionizer" - bind s run-shell "tmux-last" + bind l run-shell "tmux-last" ''; home.packages = with pkgs; [