From 1de7d27c2be7727b700d6be1da9747f2a700b42a Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Thu, 27 May 2021 17:47:12 +0200 Subject: [PATCH] tmux: fix location of tmux.conf when reloading --- files/tmux.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/files/tmux.conf b/files/tmux.conf index 96a055b..96f6428 100644 --- a/files/tmux.conf +++ b/files/tmux.conf @@ -8,10 +8,9 @@ bind C-space send-prefix bind c new-window -c '#{pane_current_path}' bind | split-window -h -c '#{pane_current_path}' bind - split-window -v -c '#{pane_current_path}' - bind x kill-pane bind X kill-window -bind r source-file ~/.tmux.conf +bind r source-file "$XDG_CONFIG_HOME/tmux/tmux.conf" bind . next-window bind , previous-window bind n command-prompt 'rename-window %%'