aboutsummaryrefslogtreecommitdiff
path: root/tmux/.tmux.conf
blob: 7bad0c4657e3bfcf0e10d784e718600b7371a4dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
set -g default-terminal screen-256color

set-window-option -g mode-keys vi

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

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