From 419c15a282bca7d308b272d0548c53ddb49dc41d Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Tue, 6 Dec 2022 15:39:38 +0100 Subject: [PATCH] (tmux) Fix integration with nvim --- .tmux.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 96ee40e..0cd3a0f 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -143,12 +143,14 @@ set -g @plugin 'jimeh/tmux-themepack' # Bitwarden integration in Tmux set -g @plugin 'Alkindi42/tmux-bitwarden' -# Custom made plugin +# Tmux copy to system clipboard set -g @plugin 'tmux-plugins/tmux-yank' -# Custom made plugin +# Custom powerline theme set -g @themepack 'powerline/default/custom' +set -g focus-events on + run -b '~/.tmux/plugins/tpm/tpm' ## Plugin specific configuration