From e6f6aa94a5219818027265b788a7cb94363fe680 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Tue, 25 May 2021 14:46:07 +0200 Subject: [PATCH] Add tmux bitwarden integration --- .tmux.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index ef4a68a..9300c54 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -130,11 +130,21 @@ if-shell "test '\( #{$TMUX_VERSION_MAJOR} -eq 2 -a #{$TMUX_VERSION_MINOR} -ge 6 if-shell '\( #{$TMUX_VERSION_MAJOR} -eq 2 -a #{$TMUX_VERSION_MINOR} -lt 6\) -o #{$TMUX_VERSION_MAJOR} -le 1' 'set -g default-terminal "screen-256color"' +# Tmux plugin manager set -g @plugin 'tmux-plugins/tpm' +# Theme plugin set -g @plugin 'jimeh/tmux-themepack' set -g @themepack 'powerline/default/cyan' +# Bitwarden integration in Tmux +set -g @plugin 'Alkindi42/tmux-bitwarden' + run -b '~/.tmux/plugins/tpm/tpm' +## Plugin specific configuration +# Change bitwarden integration shortcut +unbind p +set -g @bw-key 'p' + # run-shell "~/.tmux/boot.sh"