From c0714cb0107404c796fb72b9e402dec174d65b49 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Tue, 19 Mar 2024 22:54:11 -0400 Subject: [PATCH] adds: tmux-yank plugin --- tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index c12b91a..3bc9c17 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -82,6 +82,7 @@ bind-key r source-file ~/.config/tmux/tmux.conf\; \display-message "source-file set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'sainnhe/tmux-fzf' +set -g @plugin 'tmux-plugins/tmux-yank' #set -g @plugin 'erikw/tmux-powerline' set -g @plugin 'christoomey/vim-tmux-navigator' set -g @plugin 'catppuccin/tmux'