From 0e1ee008454360eb8a3f64baad3a81ed80b08a76 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Sat, 10 Jan 2026 22:09:21 +0100 Subject: [PATCH] fixes --- modules/tmux/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/tmux/default.nix b/modules/tmux/default.nix index 5c740e7..9f57b71 100644 --- a/modules/tmux/default.nix +++ b/modules/tmux/default.nix @@ -37,8 +37,6 @@ } ]; extraConfig = '' - set -s escape-time 0 - set -g status-style bg=default,fg=white set -g status-right '#[bg=default,fg=magenta]>> #S' @@ -47,7 +45,7 @@ unbind '"' bind - split-window -l 30 -v - bind r source-file ~/.config/tmux/tmux.conf \; display "Config reloaded!" + bind r source-file ~/.config/tmux/tmux.conf bind h select-pane -L bind j select-pane -D @@ -62,7 +60,7 @@ bind ? list-keys -a unbind s - bind s run-shell "tmux-sessionizer" + bind s run-shell "tmux_sessionizer" unbind v bind v choose-tree -Zw "join-pane -t '%%'"