Skip to content

Commit

Permalink
tmux changed their config format again...
Browse files Browse the repository at this point in the history
  • Loading branch information
nhanb committed May 4, 2019
1 parent 160b0a0 commit b2eb56f
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,9 @@ bind -n C-q display-panes
set -g status-fg white
set -g status-bg colour234

setw -g window-status-fg cyan
setw -g window-status-bg default
setw -g window-status-attr dim
setw -g window-status-current-fg black
setw -g window-status-current-bg white
setw -g window-status-current-attr bright
set -g message-fg colour234
set -g message-bg green
set -g message-attr bright
setw -g window-status-style fg=cyan,bg=default,dim
setw -g window-status-current-style fg=black,bg=white,bright
set -g message-style fg=colour234,bg=green,bright

set -g status-left-length 40
set -g status-left "#[fg=green]Session #S, #[fg=yellow]Window #I, #[fg=cyan]Pane #P"
Expand Down

0 comments on commit b2eb56f

Please sign in to comment.