From 016efa3b30c31aa503f0813b74f5d299821823e8 Mon Sep 17 00:00:00 2001 From: justindotdevv Date: Tue, 10 Mar 2026 05:27:48 +0200 Subject: [PATCH] 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