summaryrefslogtreecommitdiff
path: root/config/common
diff options
context:
space:
mode:
Diffstat (limited to 'config/common')
-rwxr-xr-xconfig/common/tmux/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/common/tmux/tmux.conf b/config/common/tmux/tmux.conf
index fd5777e..875ab7f 100755
--- a/config/common/tmux/tmux.conf
+++ b/config/common/tmux/tmux.conf
@@ -27,7 +27,7 @@ set -g focus-events on
# KEYBINDINGS
# Reload config file
-bind r source-file ~/.config/tmux.conf \; display "Reloaded ~/.tmux.conf"
+bind r source-file ~/.config/tmux/tmux.conf \; display "Reloaded ~/.tmux.conf"
# Clipboard
bind -T copy-mode-vi v send-keys -X begin-selection
bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xclip -r -selection clipboard"