From 007e8fe55e853f45f742d988c2ab9599f299081a Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Wed, 17 Nov 2021 11:51:12 +0100 Subject: [PATCH] Add tmux yank plugin --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 3ab7378..750c09e 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -139,6 +139,9 @@ set -g @plugin 'jimeh/tmux-themepack' # Bitwarden integration in Tmux set -g @plugin 'Alkindi42/tmux-bitwarden' +# Custom made plugin +set -g @plugin 'tmux-plugins/tmux-yank' + # Custom made plugin set -g @themepack 'powerline/default/custom'