We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62155f1 commit 599a7a9Copy full SHA for 599a7a9
1 file changed
tmux/.tmux.conf
@@ -1,9 +1,11 @@
1
+unbind C-b
2
# Main prefix
3
set -g prefix C-a
4
bind C-a send-prefix
5
6
# Optional extra prefix during transition
-bind C-b send-prefix
7
+set -g prefix2 C-b
8
+bind C-b send-prefix -2
9
10
##### Reload
11
bind r source-file ~/.tmux.conf \; display-message "tmux.conf reloaded"
0 commit comments