浏览代码

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

Lu Stadler 7 年之前
父节点
当前提交
8c9bba4c2c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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