no more catppuccin, also added tmux-which-key
This commit is contained in:
parent
603b2c92d8
commit
4a5cd2f8f7
1 changed files with 4 additions and 1 deletions
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue