Browse Source

tmux.conf: fix for tmux 1.9

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

+ 2
- 2
tmux.conf View File

@@ -27,8 +27,8 @@ set -g window-status-format "#I|#W:#T#F"
set -g automatic-rename on

# disable updating status-left and status-right
set status-interval 0
set status-keys emacs
set -g status-interval 0
set -g status-keys emacs

set -g message-bg white
set -g message-fg black


Loading…
Cancel
Save