Browse Source

fix tmux.conf

pull/1/head
10sr 11 years ago
parent
commit
df0e22405d
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      tmux.conf

+ 3
- 2
tmux.conf View File

@@ -19,8 +19,6 @@ set -g display-panes-time 5000
#set -g status-left ""
#set -g status-right "#H | %a, %d %b %Y %T %z #(tmux -V)"
set -g status-right "${USER}@#H | #(tmux -V) "
set message-bg white
set message-fg black

# default-color
set -g status-bg green
@@ -45,3 +43,6 @@ if "test `hostname` = newkiwi" \
setw -g window-status-current-fg black
setw -g window-status-current-bg white
setw -g window-status-current-attr bold

set message-bg white
set message-fg black

Loading…
Cancel
Save