diff options
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' |
