From 95b446408dbcb21cc5f38656ec78dfa5e20d382e Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 10 Oct 2019 10:02:42 +0100 Subject: [PATCH] Change tmux prefix key --- tag-tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tag-tmux/tmux.conf b/tag-tmux/tmux.conf index 855a639..86d8c9f 100644 --- a/tag-tmux/tmux.conf +++ b/tag-tmux/tmux.conf @@ -1,5 +1,5 @@ unbind C-b -set -g prefix C-a +set -g prefix C-s bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded"