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