diff --git a/roles/tmux/files/.tmux.conf b/roles/tmux/files/.tmux.conf index fcd533e..88a22e6 100644 --- a/roles/tmux/files/.tmux.conf +++ b/roles/tmux/files/.tmux.conf @@ -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"