Move tmux config in XDG config dir
This commit is contained in:
parent
26734d254f
commit
a56ea45092
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
unbind r
|
||||
bind r source-file ~/.tmux.conf
|
||||
bind r source-file $XDG_CONFIG_HOME/tmux/tmux.conf
|
||||
|
||||
set-option -g mouse on # activate mouse scrolling support
|
||||
|
||||
|
@ -48,4 +48,4 @@ bind-key j select-pane -D
|
|||
bind-key k select-pane -U
|
||||
bind-key l select-pane -R
|
||||
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
run "$XDG_CONFIG_HOME/tmux/plugins/tpm/tpm"
|
Loading…
Reference in a new issue