aboutsummaryrefslogtreecommitdiff
path: root/tmux/.tmux.conf
blob: 7b574db57992f530905fc0b97f3a6d6bf59534d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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