ソースを参照

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

Lucas Stadler 12 年 前
コミット
082c48826c
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      .tmux.conf

+ 1 - 1
.tmux.conf

9
set -g default-terminal "screen-256color"
9
set -g default-terminal "screen-256color"
10
set -g status-utf8 on
10
set -g status-utf8 on
11
set-option -g set-titles on
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
set -g status-bg black
14
set -g status-bg black
15
set -g status-fg white
15
set -g status-fg white