summaryrefslogtreecommitdiffstats
path: root/.config/tmux/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.config/tmux/tmux.conf9
1 files 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'