From 4a5cd2f8f7704879ae48bed2942e654c2ed7648d Mon Sep 17 00:00:00 2001 From: William Ball Date: Mon, 2 Sep 2024 21:54:31 -0700 Subject: [PATCH] no more `catppuccin`, also added `tmux-which-key` --- tmux/.config/tmux/tmux.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 4408bfd..fbe413a 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -26,7 +26,10 @@ bind-key -T copy-mode-vi C-\\ select-pane -l bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "wl-copy && wl-paste -n | wl-copy -p" bind-key C-y run "wl-paste -n | tmux load-buffer - ; tmux paste-buffer" +unbind C-b +set -g prefix C-j + set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' -set -g @plugin 'catppuccin/tmux' +set -g @plugin 'alexwforsythe/tmux-which-key' run '~/.config/tmux/plugins/tpm/tpm'