From c80993e8f56119555f2fd5f2a1404d193230eba4 Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Wed, 30 Nov 2022 10:53:19 -0600 Subject: [PATCH] mapping comment --- tmux/.tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 52bd7d8..386f269 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -7,7 +7,10 @@ bind C-a send-prefix set -g prefix ` bind-key ` send-prefix +# Tick -> Ctrl-A, sets prefix to Ctrl-A bind-key C-a set-option -g prefix C-a + +# Ctrl-A -> Ctrl-b, sets prefix to Tick bind-key C-b set-option -g prefix ` set-option -g history-limit 100000000