fix typo in tmux.conf

This commit is contained in:
2024-10-26 08:43:52 -04:00
parent 75773d500e
commit d071b83ab6
+1 -1
View File
@@ -14,7 +14,7 @@ setw -g pane-base-index 1
set -g set-titles on set -g set-titles on
set -g set-titles-string "#I: #W" set -g set-titles-string "#I: #W"
# Change activation from ctrl+a to ctrl+a # Change activation from ctrl+b to ctrl+a
set -g prefix C-a set -g prefix C-a
unbind C-b unbind C-b
bind-key C-a send-prefix bind-key C-a send-prefix