diff --git a/.tmux.conf b/.tmux.conf index 875f57f..348e51a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -54,10 +54,10 @@ set -sg escape-time 0 # Reload tmux config bind r source-file ~/.tmux.conf -# bottom right status bar that highlights when prefix active +set-option -g status-position top +# right part of status bar that highlights when prefix active set -g status-right ' #{?client_prefix,#[reverse]#[noreverse] ,}"#{=21:pane_title}" %H:%M %d-%b-%y' - bind P paste-buffer # Enable mouse & Copy/Paste - Requirements: xclip