diff options
author | Joe <rbo@gmx.us> | 2024-04-24 10:41:26 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-04-24 10:41:26 +0200 |
commit | e896c34761ad278422a5c13cf71a1adda8256390 (patch) | |
tree | b494c5fae90e084862d538549511a8259db71efc | |
parent | up (diff) | |
download | dotfiles-bsd-e896c34761ad278422a5c13cf71a1adda8256390.tar.gz dotfiles-bsd-e896c34761ad278422a5c13cf71a1adda8256390.tar.bz2 dotfiles-bsd-e896c34761ad278422a5c13cf71a1adda8256390.tar.xz dotfiles-bsd-e896c34761ad278422a5c13cf71a1adda8256390.tar.zst dotfiles-bsd-e896c34761ad278422a5c13cf71a1adda8256390.zip |
up
-rw-r--r-- | .config/tmux/tmux.conf | 9 |
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' |