5 lines
89 B
Bash
5 lines
89 B
Bash
set-option -g prefix C-a
|
|
unbind-key C-b
|
|
bind-key C-a send-prefix
|
|
set -g set-clipboard on
|