diff options
| author | Brahmajit Das <listout@listout.xyz> | 2026-03-12 01:57:56 +0000 |
|---|---|---|
| committer | Brahmajit Das <listout@listout.xyz> | 2026-03-12 01:57:56 +0000 |
| commit | 87a60c04c5067d60e134da0f52ad0057d284df41 (patch) | |
| tree | 7e9f2d8bd2ef7fe3f66d1f87188ac8f473c62457 | |
| parent | e2f133b5b9b1f34f786a9545513beb5d78883307 (diff) | |
| download | dots-master.tar.gz | |
Signed-off-by: Brahmajit Das <listout@listout.xyz>
| -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 |
