.tmux.conf

changeset 399
eccd268e79e0
parent 298
dd3ff1752714
child 400
d982b5261dc7
equal deleted inserted replaced
398:15a173de64c4 399:eccd268e79e0
177 set -g status-fg cyan 177 set -g status-fg cyan
178 178
179 set -g set-titles on 179 set -g set-titles on
180 set -g set-titles-string "#h(#S)" 180 set -g set-titles-string "#h(#S)"
181 181
182 source ~/.tmux.conf.local 182 if-shell '[-e ~/.tmux.conf.local]' "source ~/.tmux.conf.local"
183 183

mercurial