dotfiles/home/.tmux.conf

11 lines
174 B
Plaintext
Raw Normal View History

2012-04-19 11:21:30 -04:00
unbind C-b
set -g prefix C-o
2012-04-20 08:39:59 -04:00
set -g set-titles on
2013-07-25 23:21:31 -04:00
set -g set-titles-string "#h: #W [#I]"
2013-07-25 19:19:59 -04:00
set-option -g status-left-length 60
2012-04-20 08:39:59 -04:00
set -g status-bg black
set -g status-fg white