mirror of
https://github.com/anthonyoteri/dotfiles.git
synced 2026-06-05 15:46:54 -04:00
feat: update tmux config
Signed-off-by: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com>
This commit is contained in:
+11
-10
@@ -17,13 +17,13 @@ bind -r j resize-pane -D 5
|
||||
bind -r k resize-pane -U 5
|
||||
bind -r l resize-pane -R 5
|
||||
# Gruvbox color palette
|
||||
set -g @gruvbox_fg '#ebdbb2'
|
||||
set -g @gruvbox_bg '#282828'
|
||||
set -g @gruvbox_yellow '#fabd2f'
|
||||
set -g @gruvbox_blue '#458588'
|
||||
set -g @gruvbox_red '#cc241d'
|
||||
set -g @gruvbox_green '#98971a'
|
||||
set -g @gruvbox_orange '#d79921'
|
||||
#set -g @gruvbox_fg '#ebdbb2'
|
||||
#set -g @gruvbox_bg '#282828'
|
||||
#set -g @gruvbox_yellow '#fabd2f'
|
||||
#set -g @gruvbox_blue '#458588'
|
||||
#set -g @gruvbox_red '#cc241d'
|
||||
#set -g @gruvbox_green '#98971a'
|
||||
#set -g @gruvbox_orange '#d79921'
|
||||
|
||||
# Status bar customization
|
||||
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 'sainnhe/tmux-fzf'
|
||||
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 'omerxx/tmux-sessionx'
|
||||
set -g @plugin 'omerxx/tmux-floax'
|
||||
@@ -134,8 +135,8 @@ set -g @resurrect-strategy-nvim 'session'
|
||||
|
||||
|
||||
# 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)
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
Reference in New Issue
Block a user