From 87a60c04c5067d60e134da0f52ad0057d284df41 Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Thu, 12 Mar 2026 07:27:56 +0530 Subject: tmux: set correct config file location for reloading Signed-off-by: Brahmajit Das --- .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 90731ba..f2edd36 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -51,7 +51,7 @@ set -ga terminal-overrides ",*:Tc" set-option -g xterm-keys on # reload config -bind R source-file ~/.tmux.conf \; display-message "Config reloaded..." +bind R source-file ~/.config/tmux/tmux.conf \; display-message "Config reloaded..." set -g history-limit 10000 -- cgit v1.2.3