trying some more fixes

This commit is contained in:
Dennis Schoepf 2026-01-10 21:24:21 +01:00
parent 8a8f11abe2
commit c8a5a26ef8
2 changed files with 10 additions and 5 deletions

View file

@ -17,6 +17,7 @@
prefix = "C-b";
shell = "${pkgs.fish}/bin/fish";
terminal = "screen-256color";
keyMode = "vi";
plugins = with pkgs; [
{
plugin = tmuxPlugins.resurrect;
@ -55,12 +56,12 @@
bind ? list-keys -a
unbind s
bind-key -r s display-popup -h 50% -w 50% -E sessionizer
bind s display-popup -h 50% -w 50% -E sessionizer
unbind v
bind v choose-tree -Zw "join-pane -t '%%'"
set -g mode-keys vi
bindkey -r '\e/'
'';
};
}