Sfoglia il codice sorgente

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

Lucas Stadler 12 anni fa
parent
commit
082c48826c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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