xeno/tmux.conf
2009-07-09 09:24:22 +02:00

13 lines
258 B
Bash

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
set -g status-bg black
set -g status-fg white
set -g status-left '#H'
set -g prefix C-a
bind Tab down-pane
bind e split-window