summaryrefslogtreecommitdiffstats
path: root/.config/tmux
diff options
context:
space:
mode:
authorJoe <rrbo@proton.me>2023-08-31 16:22:28 +0200
committerJoe <rrbo@proton.me>2023-08-31 16:22:28 +0200
commitf64bf342b5718da4e152c4b300d81025138c7903 (patch)
treec98e0759f73e3144ffd32eec330e7f339e03b5d4 /.config/tmux
parentup (diff)
downloaddotfiles-bsd-f64bf342b5718da4e152c4b300d81025138c7903.tar.gz
dotfiles-bsd-f64bf342b5718da4e152c4b300d81025138c7903.tar.bz2
dotfiles-bsd-f64bf342b5718da4e152c4b300d81025138c7903.tar.xz
dotfiles-bsd-f64bf342b5718da4e152c4b300d81025138c7903.tar.zst
dotfiles-bsd-f64bf342b5718da4e152c4b300d81025138c7903.zip
up
Diffstat (limited to '')
-rw-r--r--.config/tmux/tmux.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
index 8796f7b..cf33d9e 100644
--- a/.config/tmux/tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -2,6 +2,10 @@ 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