refactor(tmux): change prefix key

This commit is contained in:
Oliver Davies 2022-07-12 11:06:35 +01:00
parent 19f1820a2a
commit 1ea8516e48

View file

@ -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"