feat(tmux): remove themes and add tmux-fingers and remove path bug
This commit is contained in:
@@ -32,12 +32,14 @@ set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
set -g @plugin 'niqodea/tmux-matryoshka'
|
||||
set -g @plugin 'laktak/extrakto'
|
||||
set -g @plugin 'Morantron/tmux-fingers'
|
||||
|
||||
# Plugin settings
|
||||
set -g @resurrect-strategy-nvim 'session'
|
||||
set -g @resurrect-capture-pane-contents 'on'
|
||||
set -g @continuum-save-interval '5'
|
||||
set -g @open-lazygit 'g'
|
||||
set -g @fingers-key f
|
||||
|
||||
# Binds
|
||||
bind-key 'x' kill-pane
|
||||
@@ -78,5 +80,4 @@ unbind-key -T copy-mode-vi MouseDragEnd1Pane
|
||||
bind-key -T copy-mode-vi MouseDown1Pane select-pane\; send-keys -X clear-selection
|
||||
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
set-environment -g PATH "/opt/homebrew/bin:/bin:/usr/bin"
|
||||
run '~/.config/tmux/plugins/tpm/tpm'
|
||||
|
||||
Reference in New Issue
Block a user