feat: update tmux config

Signed-off-by: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com>
This commit is contained in:
Anthony Oteri
2026-03-10 19:27:55 -04:00
parent 4db79927de
commit 789a48ecc4
+11 -10
View File
@@ -17,13 +17,13 @@ bind -r j resize-pane -D 5
bind -r k resize-pane -U 5 bind -r k resize-pane -U 5
bind -r l resize-pane -R 5 bind -r l resize-pane -R 5
# Gruvbox color palette # Gruvbox color palette
set -g @gruvbox_fg '#ebdbb2' #set -g @gruvbox_fg '#ebdbb2'
set -g @gruvbox_bg '#282828' #set -g @gruvbox_bg '#282828'
set -g @gruvbox_yellow '#fabd2f' #set -g @gruvbox_yellow '#fabd2f'
set -g @gruvbox_blue '#458588' #set -g @gruvbox_blue '#458588'
set -g @gruvbox_red '#cc241d' #set -g @gruvbox_red '#cc241d'
set -g @gruvbox_green '#98971a' #set -g @gruvbox_green '#98971a'
set -g @gruvbox_orange '#d79921' #set -g @gruvbox_orange '#d79921'
# Status bar customization # Status bar customization
set -g status-bg '#282828' set -g status-bg '#282828'
@@ -103,7 +103,8 @@ set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @plugin 'fcsonline/tmux-thumbs' set -g @plugin 'fcsonline/tmux-thumbs'
set -g @plugin 'sainnhe/tmux-fzf' set -g @plugin 'sainnhe/tmux-fzf'
set -g @plugin 'wfxr/tmux-fzf-url' set -g @plugin 'wfxr/tmux-fzf-url'
set -g @plugin 'egel/tmux-gruvbox' #set -g @plugin 'egel/tmux-gruvbox'
set -g @plugin 'jimeh/tmux-themepack'
set -g @plugin 'christoomey/vim-tmux-navigator' set -g @plugin 'christoomey/vim-tmux-navigator'
set -g @plugin 'omerxx/tmux-sessionx' set -g @plugin 'omerxx/tmux-sessionx'
set -g @plugin 'omerxx/tmux-floax' set -g @plugin 'omerxx/tmux-floax'
@@ -134,8 +135,8 @@ set -g @resurrect-strategy-nvim 'session'
# Gruvbox theme plugin: use dark mode # Gruvbox theme plugin: use dark mode
set -g @tmux-gruvbox 'dark' #set -g @tmux-gruvbox 'dark'
set -g @themepack 'powerline/block/blue'
# Initialize TPM (Tmux Plugin Manager) # Initialize TPM (Tmux Plugin Manager)
run '~/.tmux/plugins/tpm/tpm' run '~/.tmux/plugins/tpm/tpm'