tmux: change tmux-last bind

This commit is contained in:
Primrose 2025-07-11 23:06:25 +02:00
parent 350a0b3409
commit d3b5bd3197
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -26,7 +26,7 @@
programs.tmux.extraConfig = lib.mkBefore '' programs.tmux.extraConfig = lib.mkBefore ''
# sessionizer binds # sessionizer binds
bind -n C-f run-shell "tmux new-window tmux-sessionizer" 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; [ home.packages = with pkgs; [