aboutsummaryrefslogtreecommitdiff
path: root/tmux.conf
blob: 3b9f6195e861bb1f3b442f5977f24857275aacb5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
unbind C-b
set -g prefix C-a

bind -n M-Left select-pane -L
bind -n M-Right select-pane -R
bind -n M-Up select-pane -U
bind -n M-Down select-pane -D

setw -g monitor-activity on
set -g visual-activity on

set-window-option -g window-status-current-bg yellow