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'