From 26a0d446a0c9890f8d38be61b61a979fd6a34c7a Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 10 Mar 2026 13:19:02 +0100 Subject: [PATCH] Update 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 9b758b6e..efa5efbf 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -4,7 +4,7 @@ set -g prefix2 C-b bind C-Space send-prefix # Reload config -bind q source-file ~/.config/tmux/tmux.conf \; display "configuration sourced" +bind q source-file ~/.config/tmux/tmux.conf \; display "Configuration reloaded" # Vi mode for copy setw -g mode-keys vi