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 '%%'"