Move tmux config in XDG config dir

This commit is contained in:
Yannik Buerkle 2024-05-25 13:05:56 +02:00
parent 26734d254f
commit a56ea45092

View file

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