summaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
blob: 229a20cb14a8e78f0973f94f95472c942f245a44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
unbind r
bind r source-file ~/.config/tmux/tmux.conf

set -g mouse on

# allows to use vim bindings in scroll mode - key [
set-window-option -g mode-keys vi

# switch between panes using vim binds
bind-key h select-pane -L
bind-key j select-pane -D
bind-key k select-pane -U
bind-key l select-pane -R