moar fixe

This commit is contained in:
Dennis 2026-01-22 09:55:48 +01:00
parent 249fac1084
commit c025ec11ec

View file

@ -73,9 +73,6 @@ in
keyMode = "vi";
escapeTime = 0;
plugins = with pkgs; [
{
plugin = tmux-current-pane-hostname;
}
{
plugin = tmux-compile;
extraConfig = ''
@ -143,6 +140,9 @@ in
unbind v
bind v choose-tree -Zw "join-pane -t '%%'"
# Plugins that need to run last
run-shell ${tmux-current-pane-hostname}/share/tmux-plugins/current_pane_hostname/current_pane_hostname.tmux
'';
};
}