summaryrefslogtreecommitdiff
path: root/config/common
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-08-22 21:50:08 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-08-22 21:50:08 +0200
commitda4d5a30309bd40dcabd4fc1395bc44b2af06012 (patch)
tree95ecf68f62991ded98d8650b05c83463481840d8 /config/common
parente09397267eac16e61fd9b4e406e9d4ab4f255f56 (diff)
[tmux] updated config file location
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"