Remove tmux-bitwarden plugin and bw install

This commit is contained in:
Fabio Scotto di Santolo
2026-04-17 11:32:55 +02:00
parent c4836c6164
commit 0522fb1f4e
6 changed files with 0 additions and 212 deletions

View File

@@ -49,7 +49,6 @@ set -ga update-environment TERM_PROGRAM
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'sei40kr/tmux-project'
set -g @plugin 'Alkindi42/tmux-bitwarden'
set-option -g @plugin 'b0o/tmux-autoreload'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
@@ -114,10 +113,5 @@ set -g @continuum-restore 'on'
# Project options
set -ag @project-base-dirs ,"${HOME}/.dotfiles","${HOME}/Projects:0:2"
# Bitwarden plugin setup
set -g @bw-session 'BW_SESSION'
set -g @bw-copy-to-clipboard 'on'
set -g @bw-key 'T'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'