Skip to content

Commit

Permalink
Fix for tmux 2.9 status left removed options
Browse files Browse the repository at this point in the history
  • Loading branch information
albertogg committed Jun 9, 2019
1 parent 06328e6 commit 39f9d89
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,8 @@ set -s escape-time 50
set -g status-fg colour8
set -g status-bg colour234
# current session
set -g status-left ' #S '
set -g status-left "#[fg=colour229,bg=colour166] #S "
set -g status-left-length 15
set -g status-left-fg colour229
set -g status-left-bg colour166
# window list
set -g window-status-format "#[fg=colour8] #I #[fg=colour231]#W#[fg=colour166]#F "
set -g window-status-current-format "#[fg=colour117,bg=colour31] #I #[fg=colour231]#W#[fg=colour234]#F "
Expand Down

0 comments on commit 39f9d89

Please sign in to comment.