diff --git a/.tmux.conf b/.tmux.conf index c4e55ca..28db155 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -19,7 +19,7 @@ bind - split-window -v -c "#{pane_current_path}" set -g history-limit 50000 # reload config -bind C-r source-file ~/.tmux.conf \; display "Config reloaded!" +bind C-r source-file ~/.config/tmux/.tmux.conf \; display "Config reloaded!" # switch panes using Alt-arrow without prefix bind -n M-Left select-pane -L