chore(tmux): change prefix key
This commit is contained in:
parent
2ae7d9af1f
commit
8b82801181
|
@ -1,5 +1,6 @@
|
|||
unbind C-b
|
||||
set -g prefix C-s
|
||||
set -g prefix `
|
||||
bind ` send-prefix
|
||||
|
||||
bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded"
|
||||
|
||||
|
|
Loading…
Reference in a new issue