7 lines
128 B
Plaintext
7 lines
128 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
|