tmux: Move configuration to XDG_CONFIG_HOME
This commit is contained in:
parent
251de7448c
commit
da81c10433
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue