From adbae6f0ad9515121aa9e35f13fa2e9e64493f09 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 8 May 2024 14:30:35 -0400 Subject: [PATCH] Add tmux-which-key plugin --- .config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index a212f6d..f9f3a26 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -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" {