Browse Source

Fix tmux status line ad-hoc-ly

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

+ 2
- 1
tmux.conf View File

@@ -26,7 +26,8 @@ setw -g mode-mouse off
# set -g set-titles off
set -g display-panes-time 5000
set -g window-status-current-format "#I|#W:#T#F"
set -g window-status-format "#I|#W:#T#F"
#set -g window-status-format "#I|#W:#T#F"
set -g window-status-format "#I|#T#F"
# set window name automatically from command currently running
set -g automatic-rename on



Loading…
Cancel
Save