summaryrefslogtreecommitdiffstats
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index e65456a..879bd1b 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -40,7 +40,7 @@ set -g status-style bg=green,fg=black
set -g status-left ''
set -g status-left-length 140
set -g status-justify left
-set -g status-right '%F %R '
+set -g status-right '#{online_status} %F %R '
set -g window-status-separator ''
set -g window-status-style bg=colour0,fg=colour243
set -g window-status-current-style bg=default,fg=default
@@ -103,4 +103,8 @@ bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel
bind-key Tab capture-pane \; save-buffer /tmp/tmux-buffer \; delete-buffer \; display-popup -w 80% -h 60% -E "~/.local/bin/fzf_speed/fzf-speed"
bind-key v capture-pane \; save-buffer /tmp/tmux-buffer \; delete-buffer \; display-popup -w 80% -h 60% -E "cmixer"
+set -g @plugin 'tmux-plugins/tpm'
+set -g @plugin 'tmux-plugins/tmux-online-status'
+
+run -b '~/.config/tmux/plugins/tpm/tpm'
# vim: set ft=tmux:
Un proyecto texto-plano.xyz