Update .tmux.conf

This commit is contained in:
Raj 2024-10-24 19:48:28 +05:30
parent 5fab2165d9
commit 51be168c33
1 changed files with 5 additions and 2 deletions

View File

@ -87,8 +87,6 @@ set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'ofirgall/tmux-window-name'
set -g @plugin 'dreamsofcode-io/catppuccin-tmux'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
#--------------------------------------------------------------------------
# Styling and Visual Customization
@ -128,3 +126,8 @@ set-option -g status-style "fg=#828bb1 bg=default" # default will set the backgr
# set-option -g window-status-current-format "#{window_index}:#{window_name}#{window_flags} "
# set-option -g window-status-current-style "fg=#a0c6dc" #for gruvbox use: dcc7a0 or aeb6ff
# set-option -g window-status-activity-style none
set -g default-command /usr/local/bin/fish
set -g default-shell /usr/local/bin/fish
run '~/.tmux/plugins/tpm/tpm'