mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(tmux): add window number
This commit is contained in:
@@ -64,9 +64,9 @@ set -g status-right-length 100
|
||||
set -g status-right "#{now_playing} "
|
||||
|
||||
# Windows
|
||||
set -g window-status-current-format "#[fg=magenta,bold,bg=default] #W#{?window_zoomed_flag,,} "
|
||||
set -g window-status-current-format "#[fg=magenta,bold,bg=default] #I#W#{?window_zoomed_flag,,} "
|
||||
set -g window-status-separator ""
|
||||
set -g window-status-format "#[fg=white,bg=default] #W#{?window_bell_flag,,} "
|
||||
set -g window-status-format "#[fg=white,bg=default] #I#W#{?window_bell_flag,,} "
|
||||
|
||||
# Change the default delay
|
||||
set -sg escape-time 0
|
||||
@@ -129,6 +129,7 @@ set -g @thumbs-command 'echo -n {} | pbcopy'
|
||||
|
||||
# prefix + I to install, prefix + U to update
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
set -g @plugin 'tmux-plugins/tmux-battery'
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
set -g @plugin 'tmux-plugins/tmux-copycat'
|
||||
@@ -136,7 +137,6 @@ set -g @plugin 'tmux-plugins/tmux-logging'
|
||||
set -g @plugin 'tmux-plugins/tmux-open'
|
||||
set -g @plugin 'tmux-plugins/tmux-pain-control'
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
set -g @plugin 'tmux-plugins/tmux-sessionist'
|
||||
set -g @plugin 'tmux-plugins/tmux-urlview'
|
||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||
|
||||
Reference in New Issue
Block a user