Browse Source

~/.tmux.conf: Don't mention tmux in the window title

Lu Stadler 7 years ago
parent
commit
8c9bba4c2c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .tmux.conf

+ 1 - 1
.tmux.conf

10
10
11
set -g default-terminal "screen-256color"
11
set -g default-terminal "screen-256color"
12
set-option -g set-titles on
12
set-option -g set-titles on
13
set-option -g set-titles-string "tmux(#I): #W #T"
13
set-option -g set-titles-string "[#I] #W #T"
14
set-option -g history-limit 1000000
14
set-option -g history-limit 1000000
15
15
16
set -g status-bg black
16
set -g status-bg black