mirror of
https://github.com/prurigro/darkcloud-tmuxconfig.git
synced 2024-11-22 23:24:10 -05:00
Expect the XDG-compliant local tmux configuration location
This commit is contained in:
parent
10ed3ecea9
commit
8a94286e19
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue