From 06b9be42be0e9b015e20643e198d3e099b0ba9dc Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 19 Oct 2020 14:06:57 +0200 Subject: [PATCH] [ADD][TMUX] X clipboard integration --- tmux/.config/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 037e1c7..10d477b 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -20,6 +20,8 @@ set -g @plugin 'tmux-plugins/tmux-open' set -g @plugin 'tmux-plugins/tmux-pain-control' # Better session management set -g @plugin 'tmux-plugins/tmux-sessionist' +# X clipboard integration +set -g @plugin 'tmux-plugins/tmux-yank' # Suggested in `man tmux`, and added by tmux-sensible, with wrong file... bind-key R source-file ~/.config/tmux/tmux.conf \; \