diff --git a/tmux.normal.conf b/tmux.normal.conf index e823d41..b1db985 100644 --- a/tmux.normal.conf +++ b/tmux.normal.conf @@ -84,7 +84,7 @@ bind ` set-window-option synchronize-panes \; display "synchronize-panes: toggle # # r to reload /etc/tmux.conf and R to reload ~/.tmux.conf bind r source-file /etc/tmux.conf \; display "system configuration reloaded" -bind R source-file ~/.tmux.conf \; display "local configuration reloaded" +bind R source-file ~/.config/tmux/tmux.conf \; display "local configuration reloaded" # # F1 and F2 to show the list of commands and keyboard bindings bind F1 list-commands diff --git a/tmux.powerline.conf b/tmux.powerline.conf index 0e0c587..589559a 100644 --- a/tmux.powerline.conf +++ b/tmux.powerline.conf @@ -84,7 +84,7 @@ bind ` set-window-option synchronize-panes \; display "synchronize-panes: toggle # # r to reload /etc/tmux.conf and R to reload ~/.tmux.conf bind r source-file /etc/tmux.conf \; display "system configuration reloaded" -bind R source-file ~/.tmux.conf \; display "local configuration reloaded" +bind R source-file ~/.config/tmux/tmux.conf \; display "local configuration reloaded" # # F1 and F2 to show the list of commands and keyboard bindings bind F1 list-commands