feat(tmux): remove themes and add tmux-fingers and remove path bug

This commit is contained in:
2025-10-14 02:13:06 +01:00
parent 7b5100c2e8
commit bbbc990eea
3 changed files with 2 additions and 29 deletions

View File

@@ -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'