diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2021-10-03 23:21:15 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2021-10-03 23:21:15 +0200 |
| commit | fa5dd5f3c014a250b1748c340255d8b4d0b7d773 (patch) | |
| tree | b923aabfdfd4e46fe8c0a42164dc78ceb5435217 /tmux/.tmux.conf | |
| parent | 112a38a0d4f3debab29749352c61968bee98e477 (diff) | |
.
Diffstat (limited to 'tmux/.tmux.conf')
| -rw-r--r-- | tmux/.tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index d31c1d7..17cfe5e 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -34,7 +34,7 @@ bind-key 'Up' select-pane -P 'fg=white,bg=black' bind-key 'Down' select-pane -P 'fg=black,bg=white' -bind-key ] run "xclip -o -selection clipboard | tmux load-buffer - && tmux paste-buffer" +bind-key ] run "sh ~/.dotfiles/tmux/paste.sh" set -g @plugin 'christoomey/vim-tmux-navigator' |
