Skip to content

Commit

Permalink
Tmux: simplify status bar
Browse files Browse the repository at this point in the history
- terminal scroll issue after OSX upgrade
  • Loading branch information
Maryan Hratson committed Jun 7, 2018
1 parent 358b579 commit 1a940f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ setw -g pane-active-border-bg blue


set-option -g status-left '#S# #(whoami)@#H# |'
set-option -g status-right '#[fg=colour200]#[default] ⌚ #[fg=blue]#(date "+%d/%m/%Y %H:%M")#[default] '
set-option -g status-right ''

set-option -g status-right-length 1000
set-option -g status-left-length 60
Expand Down

0 comments on commit 1a940f6

Please sign in to comment.