summaryrefslogtreecommitdiff
path: root/dot_config/tmux
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toast.cafe>2019-12-21 18:53:04 -0500
committerChloe Kudryavtsev <toast@toast.cafe>2019-12-21 18:53:04 -0500
commit0c58b5bf16f2f855ae01390b75b84d8336504912 (patch)
tree5a832db0419a5cbcb2c37c00d491127e7946217a /dot_config/tmux
parent[rofi] init (diff)
[tmux] fix old prefix
Diffstat (limited to '')
-rw-r--r--dot_config/tmux/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/tmux/tmux.conf b/dot_config/tmux/tmux.conf
index 336178d..4ad8ff3 100644
--- a/dot_config/tmux/tmux.conf
+++ b/dot_config/tmux/tmux.conf
@@ -31,7 +31,7 @@ bind -n M-Up select-pane -U
bind -n M-Down select-pane -D
# convenient copy/paste
-if "uname | grep -q Linux" "source-file ~/.tmux/linux-clipboard.tmux" # requires xsel
+if "uname | grep -q Linux" "source-file ~/.config/tmux/linux-clipboard.tmux" # requires xsel
# convenience
bind r source-file ~/.config/tmux/tmux.conf