Quellcode durchsuchen

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

Lu Stadler vor 7 Jahren
Ursprung
Commit
8c9bba4c2c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      .tmux.conf

+ 1 - 1
.tmux.conf

@ -10,7 +10,7 @@ set -g mouse on
10 10
11 11
set -g default-terminal "screen-256color"
12 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 14
set-option -g history-limit 1000000
15 15
16 16
set -g status-bg black