Expect the XDG-compliant local tmux configuration location

This commit is contained in:
Kevin MacMartin 2024-10-16 23:01:50 -04:00
parent 10ed3ecea9
commit 8a94286e19
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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