From 653d3e0e0ed1ccb0082d1950e0c8cd69d009a12a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 11 Jun 2022 08:15:56 +0100 Subject: [PATCH] chore(tmux): change the prefix key --- roles/tmux/files/.tmux.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/tmux/files/.tmux.conf b/roles/tmux/files/.tmux.conf index 0aaefb5c..fcd533ec 100644 --- a/roles/tmux/files/.tmux.conf +++ b/roles/tmux/files/.tmux.conf @@ -1,6 +1,5 @@ unbind C-b -set -g prefix ` -bind ` send-prefix +set -g prefix C-a bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded"