From d3d96f4bdba301c3a49a61d7d76957be75cd5aff Mon Sep 17 00:00:00 2001 From: Christopher Beckmann Date: Tue, 24 Jan 2023 17:23:11 +0100 Subject: [PATCH] Update '.tmux.conf' --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) 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'