Skip to content

Commit 599a7a9

Browse files
authored
feat(tmux): smoother second bind b approach
1 parent 62155f1 commit 599a7a9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tmux/.tmux.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
unbind C-b
12
# Main prefix
23
set -g prefix C-a
34
bind C-a send-prefix
45

56
# Optional extra prefix during transition
6-
bind C-b send-prefix
7+
set -g prefix2 C-b
8+
bind C-b send-prefix -2
79

810
##### Reload
911
bind r source-file ~/.tmux.conf \; display-message "tmux.conf reloaded"

0 commit comments

Comments
 (0)