summaryrefslogtreecommitdiff
path: root/tmux.conf
blob: e5fd3ba9266d7e10ec85f85c72941ccab24a70d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# mess with the status window
set -g status-bg colour109
set -g status-right "[#T]"
#setw -g window-status-current-bg white
set -g window-status-current-style bg=white

bind -n C-Right next-window
bind -n C-Left previous-window

bind -n C-Up select-pane -U
bind -n C-Down select-pane -D
bind | split-window -h
bind - split-window -v

# set -g default-terminal "screen-it"
set -g default-terminal "screen-bce"
set -g xterm-keys on
set -sg escape-time 0

# make ^A the command prefix
# set -g prefix C-a
# unbind C-b
# bind a send-prefix

# and restore screen-live ^A^A behavior
# bind C-a last-window