From bbbc990eeacdd08c5fa013885154bd03179a0e76 Mon Sep 17 00:00:00 2001 From: afranco Date: Tue, 14 Oct 2025 02:13:06 +0100 Subject: [PATCH] feat(tmux): remove themes and add tmux-fingers and remove path bug --- .config/tmux/themes/catppuccin-frappe.tmuxtheme | 14 -------------- .config/tmux/themes/catppuccin-latte.tmuxtheme | 14 -------------- .config/tmux/tmux.conf | 3 ++- 3 files changed, 2 insertions(+), 29 deletions(-) delete mode 100644 .config/tmux/themes/catppuccin-frappe.tmuxtheme delete mode 100644 .config/tmux/themes/catppuccin-latte.tmuxtheme diff --git a/.config/tmux/themes/catppuccin-frappe.tmuxtheme b/.config/tmux/themes/catppuccin-frappe.tmuxtheme deleted file mode 100644 index dc84b4d..0000000 --- a/.config/tmux/themes/catppuccin-frappe.tmuxtheme +++ /dev/null @@ -1,14 +0,0 @@ -# --> Catppuccin (Frappe) -thm_bg="#303446" -thm_fg="#c6d0f5" -thm_cyan="#99d1db" -thm_black="#292c3c" -thm_gray="#414559" -thm_magenta="#ca9ee6" -thm_pink="#f4b8e4" -thm_red="#e78284" -thm_green="#a6d189" -thm_yellow="#e5c890" -thm_blue="#8caaee" -thm_orange="#ef9f76" -thm_black4="#626880" diff --git a/.config/tmux/themes/catppuccin-latte.tmuxtheme b/.config/tmux/themes/catppuccin-latte.tmuxtheme deleted file mode 100644 index f03bd2e..0000000 --- a/.config/tmux/themes/catppuccin-latte.tmuxtheme +++ /dev/null @@ -1,14 +0,0 @@ -#--> Catppuccin (Latte) -bg="dce0e8" -fg="4c4f69" -cyan="179299" -black="e6e9ef" -gray="bcc0cc" -magenta="ea76cb" -pink="8839ef" -red="d20f39" -green="40a02b" -yellow="df8e1d" -blue="1e66f5" -orange="fe640b" -black4="acb0be" diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 8b26814..4980bd4 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -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'