From da81c104339b5dab124b46dabf80cac89c39160c Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Tue, 10 Dec 2024 18:51:27 +0530 Subject: [PATCH] tmux: Move configuration to XDG_CONFIG_HOME --- tmux/{.tmux.conf => .config/tmux/tmux.conf} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tmux/{.tmux.conf => .config/tmux/tmux.conf} (98%) diff --git a/tmux/.tmux.conf b/tmux/.config/tmux/tmux.conf similarity index 98% rename from tmux/.tmux.conf rename to tmux/.config/tmux/tmux.conf index a2b4c1a..a9a9987 100644 --- a/tmux/.tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -20,7 +20,7 @@ unbind % bind c new-window -c "#{pane_current_path}" # reload config file -bind r source-file ~/.tmux.conf \; display "Reloaded tmux.conf!" +bind r source-file ~/.config/tmux/tmux.conf \; display "Reloaded tmux.conf!" # shorten command delay set -sg escape-time 1