aboutsummaryrefslogtreecommitdiff
path: root/tmux/.tmux.conf
blob: b033e6f6d53daa88b2fa21867083e6346c22e697 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
set -g history-limit 10000


set -g prefix C-a
unbind-key C-b
bind-key C-a send-prefix

bind-key | split-window -h
bind-key - split-window -v

bind j select-pane -D
bind k select-pane -U
bind h select-pane -L
bind l select-pane -R


#set -g status-bg magenta