aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-12-17 16:36:40 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-12-17 16:36:40 +0300
commit511a720a21d0c7be5dfa28da7c5bfe4519f26c05 (patch)
treeffde3ee96cf1797429a435d1dcf79715e735754e
parenttmux: start automatically (diff)
downloadlinux-home-511a720a21d0c7be5dfa28da7c5bfe4519f26c05.tar.gz
linux-home-511a720a21d0c7be5dfa28da7c5bfe4519f26c05.zip
tmux: fix nested prefix binding
Diffstat (limited to '')
-rw-r--r--%HOME%/.tmux.conf2
1 files changed, 1 insertions, 1 deletions
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