tmux: use builtin switch to last session

lol I reinvented the wheel
This commit is contained in:
Primrose 2025-07-16 21:06:01 +02:00
parent 3f46bd7c81
commit 38b704da0e
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 3 additions and 24 deletions

View file

@ -26,7 +26,6 @@
programs.tmux.extraConfig = lib.mkBefore ''
# sessionizer binds
bind -n C-f run-shell "tmux new-window tmux-sessionizer"
bind l run-shell "tmux-last"
'';
home.packages = with pkgs; [