diff options
| author | 2019-12-21 18:53:04 -0500 | |
|---|---|---|
| committer | 2019-12-21 18:53:04 -0500 | |
| commit | 0c58b5bf16f2f855ae01390b75b84d8336504912 (patch) | |
| tree | 5a832db0419a5cbcb2c37c00d491127e7946217a | |
| parent | [rofi] init (diff) | |
[tmux] fix old prefix
| -rw-r--r-- | dot_config/tmux/tmux.conf | 2 |
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 |
