From 016efa3b30c31aa503f0813b74f5d299821823e8 Mon Sep 17 00:00:00 2001 From: justindotdevv Date: Tue, 10 Mar 2026 05:27:48 +0200 Subject: [PATCH 1/2] feat: show message when config is sourced --- 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 05ec10e9..9b758b6e 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 +bind q source-file ~/.config/tmux/tmux.conf \; display "configuration sourced" # Vi mode for copy setw -g mode-keys vi From 26a0d446a0c9890f8d38be61b61a979fd6a34c7a Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 10 Mar 2026 13:19:02 +0100 Subject: [PATCH 2/2] 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