Update .tmux.conf
This commit is contained in:
parent
5fab2165d9
commit
51be168c33
|
@ -87,8 +87,6 @@ set -g @plugin 'tmux-plugins/tmux-yank'
|
||||||
set -g @plugin 'ofirgall/tmux-window-name'
|
set -g @plugin 'ofirgall/tmux-window-name'
|
||||||
set -g @plugin 'dreamsofcode-io/catppuccin-tmux'
|
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
|
# 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-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-current-style "fg=#a0c6dc" #for gruvbox use: dcc7a0 or aeb6ff
|
||||||
# set-option -g window-status-activity-style none
|
# 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'
|
Loading…
Reference in New Issue