From 511a720a21d0c7be5dfa28da7c5bfe4519f26c05 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 17 Dec 2020 16:36:40 +0300 Subject: tmux: fix nested prefix binding --- %HOME%/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/%HOME%/.tmux.conf b/%HOME%/.tmux.conf index 5a15e3c..e7c0fc0 100644 --- a/%HOME%/.tmux.conf +++ b/%HOME%/.tmux.conf @@ -1,7 +1,7 @@ # C-b is hella uncomfortable to press. unbind C-b set -g prefix C-j -bind C-j send-prefix +bind -n C-a send-prefix # Numbering starts at 1 instead of 0. set -g base-index 1 -- cgit v1.2.3