diff options
| -rw-r--r-- | .config/tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 90731ba..f2edd36 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -51,7 +51,7 @@ set -ga terminal-overrides ",*:Tc" set-option -g xterm-keys on # reload config -bind R source-file ~/.tmux.conf \; display-message "Config reloaded..." +bind R source-file ~/.config/tmux/tmux.conf \; display-message "Config reloaded..." set -g history-limit 10000 |
