From 95d4a1dc472730a6ea321631623f2a83ed4000e1 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 8 May 2024 20:22:36 -0400 Subject: [PATCH] Revert "Add tmux-which-key plugin" This reverts commit adbae6f0ad9515121aa9e35f13fa2e9e64493f09. --- .config/tmux/tmux.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index f9f3a26..a212f6d 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -31,7 +31,6 @@ 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" {