diff --git a/tmux.conf b/tmux.conf index 05de163..b451b05 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,7 +1,8 @@ # Enabled plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-cpu' -set -g @plugin 'https://git.linux-help.org/psi-jack/tmux-host' +set -g @plugin 'https://git.linux-help.org/psi-jack/tmux-host.git' +set -g @plugin 'https://git.linux-help.org/psi-jack/tmux-indicators.git' # Bindings @@ -39,6 +40,7 @@ set -g display-time 1000 set -g history-limit 5000 set -g mouse on set -g renumber-windows on +set -g escape-time 10 set -g repeat-time 600 set -g status-keys vi set -g visual-activity off @@ -75,7 +77,7 @@ set -g status-left-length 1000 set -g status-right-length 1000 set -g status-left "#[fg=#000000,bg=#ffff00,bold] ❐ #S #[fg=#ffff00,bg=default,none] " -set -g status-right '#[fg=#000000]#{?client_prefix,⌨️ ,}#{?pane_synchronized,🔁 ,}#{?session_many_attached,👓 ,}#[fg=#8a8a8a,bg=#000000]#[fg=#e4e4e4] #{cpu_icon} #[fg=#8a8a8a]#[fg=#e4e4e4] %R #[fg=#8a8a8a]#[fg=#e4e4e4] %d %b #[fg=#d70000]#[fg=#ffffff,bg=#d70000] #{username} #[fg=#e4e4e4,bg=#d70000,bold]#[fg=#000000,bg=#e4e4e4] #{hostname} ' +set -g status-right '#[fg=#000000]#{prefix}#{synchronized}#{sharedsession}#[fg=#8a8a8a,bg=#000000]#[fg=#e4e4e4] #{cpu_icon} #[fg=#8a8a8a]#[fg=#e4e4e4] %R #[fg=#8a8a8a]#[fg=#e4e4e4] %d %b #[fg=#d70000]#[fg=#ffffff,bg=#d70000] #{username} #[fg=#e4e4e4,bg=#d70000,bold]#[fg=#000000,bg=#e4e4e4] #{hostname} ' set -g status-style "fg=#8a8a8a,bg=#080808" set -g status-left-style "fg=#8a8a8a,bg=#080808"