darkrc/tmux.conf

9 lines
157 B
Plaintext
Raw Normal View History

set-option -g prefix C-b # default
bind r source-file ~/.tmux.conf
bind h select-pane -R
bind j select-pane -D
bind k select-pane -U
bind l select-pane -L