diff --git a/.tmux.conf b/.tmux.conf index 7a5715b..593d26a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -54,5 +54,8 @@ set -g @plugin 'tmux-plugins/tpm' #set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-prefix-highlight' +bind -T copy-mode C-c send -X copy-pipe-no-clear "xclip -sel clip" +bind -T copy-mode-vi C-c send -X copy-pipe-no-clear "xclip -sel clip" + ## init tpm run '~/.tmux/plugins/tpm/tpm'