From a0c9f463d49e0c99e26446c87b4fc4e280bc29cf Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Mon, 10 Oct 2022 22:23:36 +0100 Subject: [PATCH] Working on tmux config --- tmux/tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index c762f0a..92d77b5 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -15,6 +15,12 @@ # Basics # ###################################################################### +# Add a secondary prefix key (Ctrl+A as well as Ctrl+B) + +# Set Tmux prefix keys (Ctrl+B or `) +set-option -g prefix C-b +set-option -g prefix2 ` + # Use vim keybindings in copy mode setw -g mode-keys vi