fix munin 1
[mirror/dsa-puppet.git] / modules / debian-org / files / root-dotfiles / tmux.conf
1 # mess with the status window
2 set -g status-bg colour109
3 set -g status-right "[#T]"
4 setw -g window-status-current-bg white
5
6 bind -n C-Right next-window
7 bind -n C-Left previous-window
8
9 bind -n C-Up select-pane -U
10 bind -n C-Down select-pane -D
11 bind | split-window -h
12 bind - split-window -v
13
14 #set -g default-terminal "screen-it"
15 set -g xterm-keys on
16 set -sg escape-time 0