From e896c34761ad278422a5c13cf71a1adda8256390 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 24 Apr 2024 10:41:26 +0200 Subject: up --- .config/tmux/tmux.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 1c717aa..96a6fb0 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -2,10 +2,6 @@ set-option -sa terminal-overrides ",xterm*:Tc" set-option -g default-shell /bin/zsh set -sg escape-time 0 -set -g @plugin 'tmux-plugins/tmux-prefix-highlight' -set -g @plugin 'tmux-plugins/tmux-net-speed' -set -g @plugin 'samoshkin/tmux-plugin-sysstat' - bind h select-pane -L bind j select-pane -D bind k select-pane -U @@ -71,6 +67,11 @@ set-window-option -g window-status-format "#[fg=colour239,bg=colour237,noitalics set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @plugin 'tmux-plugins/tmux-prefix-highlight' +set -g @plugin 'tmux-plugins/tmux-net-speed' +set -g @plugin 'samoshkin/tmux-plugin-sysstat' + +set -g @resurrect-processes 'ssh "gotop -b" bmon "doas iotop -oP"' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.config/tmux/plugins/tpm/tpm' -- cgit v1.2.3