You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.4 KiB

set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'MunifTanjim/tmux-suspend'
set -g @plugin 'MunifTanjim/tmux-mode-indicator'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @plugin 'tmux-plugins/tmux-open'
set -g @plugin 'jaclu/tmux-menus'
set -g @plugin 'b0o/tmux-autoreload'
set -g @mode_indicator_prefix_prompt ' WAIT '
set -g @mode_indicator_copy_prompt ' COPY '
set -g @mode_indicator_sync_prompt ' SYNC '
set -g @mode_indicator_empty_prompt ' TMUX '
set -g @mode_indicator_prefix_mode_style 'bg=blue,fg=black'
set -g @mode_indicator_copy_mode_style 'bg=yellow,fg=black'
set -g @mode_indicator_sync_mode_style 'bg=red,fg=black'
set -g @mode_indicator_empty_mode_style 'bg=cyan,fg=black'
set -g @suspend_key 'F12'
set -g @suspend_suspended_options " \
status-style::bg=#101010\\,fg=#303030 bold dim, \
window-status-current-style:gw:bg=brightblack\\,fg=black, \
window-status-last-style:gw:fg=#ff0000, \
window-status-style:gw:bg=#101010\\,fg=white, \
pane-active-style:gw:fg=#ff0000, \
@mode_indicator_custom_prompt:: SUS , \
@mode_indicator_custom_mode_style::bg=brightred\\,fg=white, \
"
set -g status-right '%Y-%m-%d %H:%M #{tmux_mode_indicator}'
set -g pane-border-style fg='#666666'
set -g pane-active-border-style fg='#442244'
set -g status-style 'bg=#010101,fg=#ffffff'
# set -g window-status-last-style
# set -g mouse on
run '~/.config/tmux/plugins/tpm/tpm'