dotfiles/tmux.conf

9 lines
137 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
2012-04-20 09:50:42 -04:00
set -g set-titles-string "#H: #W [#I]"
2012-04-20 08:39:59 -04:00
set -g status-bg black
set -g status-fg white