9 lines
169 B
Plaintext
9 lines
169 B
Plaintext
set-option -g mode-keys vi
|
|
unbind C-b
|
|
set -g prefix C-a
|
|
bind a send-prefix
|
|
unbind S
|
|
bind S set-window-option synchronize-panes
|
|
unbind r
|
|
bind r source-file ~/.tmux.conf
|