diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-12-17 16:36:40 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-12-17 16:36:40 +0300 |
commit | 511a720a21d0c7be5dfa28da7c5bfe4519f26c05 (patch) | |
tree | ffde3ee96cf1797429a435d1dcf79715e735754e | |
parent | tmux: start automatically (diff) | |
download | linux-home-511a720a21d0c7be5dfa28da7c5bfe4519f26c05.tar.gz linux-home-511a720a21d0c7be5dfa28da7c5bfe4519f26c05.zip |
tmux: fix nested prefix binding
-rw-r--r-- | %HOME%/.tmux.conf | 2 |
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 |