fix fix fix

This commit is contained in:
Dennis Schoepf 2026-01-10 21:54:21 +01:00
parent 445050aaa8
commit 345840360e

View file

@ -18,6 +18,7 @@
shell = "${pkgs.fish}/bin/fish";
terminal = "screen-256color";
keyMode = "vi";
escapeTime = 0;
plugins = with pkgs; [
{
plugin = tmuxPlugins.resurrect;
@ -56,12 +57,10 @@
bind ? list-keys -a
unbind s
bind s display-popup -h 50% -w 50% -E sessionizer
bind s tmux_sessionizer
unbind v
bind v choose-tree -Zw "join-pane -t '%%'"
set -s escape-time 0
'';
};
}