xeno/tmux.conf

14 lines
258 B
Text
Raw Normal View History

2009-07-09 01:35:52 +02:00
setw -g utf8 on
setw -g automatic-rename on
setw -g clock-mode-style 24
setw -g monitor-activity on
set -g bell-action any
2009-07-09 01:48:21 +02:00
set -g status-bg black
2009-07-09 01:35:52 +02:00
set -g status-fg white
set -g status-left '#H'
set -g prefix C-a
2009-07-09 09:24:22 +02:00
bind Tab down-pane
bind e split-window