4 lines
73 B
Bash
4 lines
73 B
Bash
unbind-key -n C-a
|
|
set -g prefix ^A
|
|
set -g prefix2 F12
|
|
bind a send-prefix
|