From 42e2a931c2894fe753f723b56f05404574b23d02 Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Thu, 21 Apr 2022 21:10:37 -0700 Subject: [PATCH] Add tmux-yank --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 43c90ab..5039ade 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -10,3 +10,6 @@ bind-key C-k send-prefix unbind C-b bind-key -T prefix j choose-tree "join-pane -s %%" + +set -g @plugin 'tmux-plugins/tmux-yank' +run '~/.tmux/plugins/tpm/tpm'