tmux: Move configuration to XDG_CONFIG_HOME

This commit is contained in:
Sanchayan Maity 2024-12-10 18:51:27 +05:30
parent 251de7448c
commit da81c10433
Signed by: sanchayanmaity
GPG key ID: 6F6A0609C12038F3

View file

@ -20,7 +20,7 @@ unbind %
bind c new-window -c "#{pane_current_path}"
# reload config file
bind r source-file ~/.tmux.conf \; display "Reloaded tmux.conf!"
bind r source-file ~/.config/tmux/tmux.conf \; display "Reloaded tmux.conf!"
# shorten command delay
set -sg escape-time 1