mirror of
https://github.com/harivansh-afk/dots.git
synced 2026-04-15 07:04:46 +00:00
update
This commit is contained in:
parent
6b620bb7c8
commit
02e0ef96b9
1 changed files with 14 additions and 0 deletions
|
|
@ -135,3 +135,17 @@ set-option -g window-status-current-format "\
|
||||||
# Remove the separator between window list items, as we already have spacing
|
# Remove the separator between window list items, as we already have spacing
|
||||||
# "around" inactive items
|
# "around" inactive items
|
||||||
set-option -g window-status-separator ""
|
set-option -g window-status-separator ""
|
||||||
|
|
||||||
|
##
|
||||||
|
# Plugins (TPM)
|
||||||
|
##
|
||||||
|
|
||||||
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
|
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||||
|
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||||
|
|
||||||
|
# Continuum: auto-save every 10 minutes
|
||||||
|
set -g @continuum-save-interval '10'
|
||||||
|
|
||||||
|
# Initialize TPM (keep this line at the very bottom)
|
||||||
|
run '~/.tmux/plugins/tpm/tpm'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue