mirror of
https://tildegit.org/ben/dotfiles.git
synced 2025-03-14 18:30:43 +00:00
5 lines
72 B
Bash
5 lines
72 B
Bash
unbind-key -n C-a
|
|
set -g prefix ^A
|
|
set -g prefix2 ^A
|
|
bind a send-prefix
|