Add tmux-which-key plugin

This commit is contained in:
Adam Goldsmith 2024-05-08 14:30:35 -04:00
parent b03223b9ba
commit adbae6f0ad
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ set -g history-file ~/.local/state/tmux_history
set-option -g @plugin 'tmux-plugins/tpm'
set-option -g @plugin 'noscript/tmux-mighty-scroll'
set-option -g @mighty-scroll-by-line 'man less pager fzf emacs emacsclient'
set-option -g @plugin 'alexwforsythe/tmux-which-key'
# install/update tpm
if-shell "test ! -d ~/.config/tmux/plugins/tpm" {