Add tmux bitwarden integration
This commit is contained in:
parent
8c635a9766
commit
e6f6aa94a5
10
.tmux.conf
10
.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"
|
||||
|
Loading…
Reference in New Issue
Block a user