diff options
Diffstat (limited to '.config/tmux/tmux.conf')
| -rw-r--r-- | .config/tmux/tmux.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 8130c7f..9822a73 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -224,6 +224,15 @@ set-option -sa terminal-overrides ",xterm*:Tc,alacritty*:Tc" #set -g status-left-length 90 #set -g status-right-length 90 #set -g status-justify centre +set -g status-justify centre +set -g status on +set -g status-interval 1 + + +# Scripts +set -g status-left-length 50 +set -g status-left-style default +set -g status-left "#h #( ~/.config/tmux/left-status.sh )" # list of plugins set -g @plugin 'tmux-plugins/tpm' @@ -233,6 +242,7 @@ set -g @plugin 'tmux-plugins/tmux-continuum' set -g @plugin 'christoomey/vim-tmux-navigator' #set -g @plugin 'tmux-plugins/tmux-yank' + # Plugins settings # Plugin to save and restore tmux sessions after restart # * Save with: prefix + Ctrl-s |
