fish: remove the concept of tmux-home for now

This commit is contained in:
Primrose 2025-05-29 15:24:27 +02:00
parent 77c43acfe3
commit 664873d9a8
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -24,10 +24,9 @@ in {
programs.tmux.extraConfig = lib.mkBefore '' programs.tmux.extraConfig = lib.mkBefore ''
# sessionizer binds # sessionizer binds
bind -n C-f run-shell "tmux new-window ${fishExe} -c tmux-sessionizer" 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" bind s run-shell "${fishExe} -c tmux-last"
''; '';
programs.kitty.settings.shell = ''${fishExe} --command="tmux-home"''; programs.kitty.settings.shell = ''${fishExe}'';
# #
# Script dependencies # Script dependencies