Skip to content

Commit

Permalink
update tmux again
Browse files Browse the repository at this point in the history
  • Loading branch information
mfin committed Apr 15, 2017
1 parent cb03095 commit ef2aa7c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,15 @@ bind-key -t vi-copy 'v' begin-selection
bind-key -t vi-copy 'y' copy-selection
bind r source-file ~/.tmux.conf \; display "Reloaded!"

# status bar
# design
set -g pane-border-fg black
set -g pane-active-border-fg brightred

set -g status-left-length 20
set -g status-justify left
set -g status-bg default
set -g status-fg colour12

setw -g window-status-format '#[fg=colour4]#W'
setw -g window-status-current-format '#[fg=colour2]#W'
set -g status-left '#[fg=colour5]#H: #S: '
Expand Down

0 comments on commit ef2aa7c

Please sign in to comment.