bundles/users: deploy standard tmux config to /etc/tmux.conf instead of ~/.tmux.conf
This commit is contained in:
parent
eddb8ca70a
commit
0b51c9dae4
2 changed files with 13 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
unbind r
|
||||
# Reload with ctrl-r
|
||||
bind r source-file ~/.tmux.conf \; display "Reloaded!"
|
||||
bind r source-file /etc/tmux.conf \; source-file ~/.tmux.conf \; display "Reloaded!"
|
||||
|
||||
bind C-a send-prefix # Pass on ctrl-a for other apps
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue