Skip to content

Commit

Permalink
a few tmux.conf changes
Browse files Browse the repository at this point in the history
  • Loading branch information
John W. Long committed Dec 22, 2014
1 parent b790eb8 commit 2f901e5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .tmux.conf
Expand Up @@ -3,7 +3,7 @@ setw -g utf8 on
set -g status-utf8 on

# 256 colors
set -g default-terminal "screen-256color"
set -g default-terminal "screen-256color-bce"

# start window index of 1
set-option -g base-index 1
Expand Down Expand Up @@ -55,15 +55,19 @@ bind-key -t vi-copy Enter copy-pipe "reattach-to-user-namespace pbcopy"


#--------------
# Status bar
# Theme
#--------------

set -g status-bg black
set -g status-fg white
set -g status-left ''
set -g status-right ''
set -g status-right "%l:%M%p"
set -g status-justify centre
set -g status-attr bright

set-window-option -g window-status-current-bg white
set-window-option -g window-status-current-fg black
set-window-option -g window-status-current-attr bold

set -g pane-border-style fg=white
set -g pane-active-border-style fg=white

0 comments on commit 2f901e5

Please sign in to comment.