diff --git a/modules/tmux/default.nix b/modules/tmux/default.nix index 27b2c4f..c0ca97e 100644 --- a/modules/tmux/default.nix +++ b/modules/tmux/default.nix @@ -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 ''; }; }