no more catppuccin, also added tmux-which-key

This commit is contained in:
William Ball 2024-09-02 21:54:31 -07:00
parent 603b2c92d8
commit 4a5cd2f8f7

View file

@ -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 -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" 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/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible' 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' run '~/.config/tmux/plugins/tpm/tpm'