From 0c58b5bf16f2f855ae01390b75b84d8336504912 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Sat, 21 Dec 2019 18:53:04 -0500 Subject: [tmux] fix old prefix --- dot_config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot_config/tmux/tmux.conf') 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 -- cgit v1.2.3