From d071b83ab63bda8a5807c712a02193b04d9985f9 Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Sat, 26 Oct 2024 08:43:52 -0400 Subject: [PATCH] fix typo in tmux.conf --- .config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 52ae281..18b85e3 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -14,7 +14,7 @@ setw -g pane-base-index 1 set -g set-titles on 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 unbind C-b bind-key C-a send-prefix