浏览代码

~/.tmux.conf: Enable application title in tmux.

Lucas Stadler 12 年之前
父节点
当前提交
082c48826c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .tmux.conf

+ 1 - 1
.tmux.conf

@ -9,7 +9,7 @@
9 9
set -g default-terminal "screen-256color"
10 10
set -g status-utf8 on
11 11
set-option -g set-titles on
12
set-option -g set-titles-string "tmux(#I): #W"
12
set-option -g set-titles-string "tmux(#I): #W #T"
13 13
14 14
set -g status-bg black
15 15
set -g status-fg white