diff --git a/tmux/.tmux.conf b/tmux/.config/tmux/tmux.conf similarity index 98% rename from tmux/.tmux.conf rename to tmux/.config/tmux/tmux.conf index a2b4c1a..a9a9987 100644 --- a/tmux/.tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -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