From 1ea8516e484cc346e2536f7f53d7ab2ddbc90861 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 12 Jul 2022 11:06:35 +0100 Subject: [PATCH] refactor(tmux): change prefix key --- roles/tmux/files/.tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"