From 8b82801181d6e0bed71a21f608f80ad8c6e57697 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 31 May 2022 00:43:42 +0100 Subject: [PATCH] chore(tmux): change prefix key --- roles/tmux/files/.tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/tmux/files/.tmux.conf b/roles/tmux/files/.tmux.conf index 44af3348..0aaefb5c 100644 --- a/roles/tmux/files/.tmux.conf +++ b/roles/tmux/files/.tmux.conf @@ -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"