Explorar el Código

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

Lucas Stadler %!s(int64=12) %!d(string=hace) años
padre
commit
082c48826c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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