refactor(tmux): change prefix key
This commit is contained in:
parent
19f1820a2a
commit
1ea8516e48
|
@ -1,5 +1,7 @@
|
|||
unbind C-b
|
||||
set -g prefix C-a
|
||||
|
||||
set -g prefix C-s
|
||||
bind C-s send-prefix
|
||||
|
||||
bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded"
|
||||
|
||||
|
|
Loading…
Reference in a new issue