|
|
@ -0,0 +1,35 @@ |
|
|
|
|
|
|
|
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=black\\,fg=brightblack bold dim, \ |
|
|
|
|
|
|
|
window-status-current-style:gw:bg=brightblack\\,fg=black, \ |
|
|
|
|
|
|
|
window-status-last-style:gw:fg=brightblack, \ |
|
|
|
|
|
|
|
window-status-style:gw:bg=brightblack\\,fg=white, \ |
|
|
|
|
|
|
|
@mode_indicator_custom_prompt:: SUSPENDED , \ |
|
|
|
|
|
|
|
@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='#503070' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
run '~/.config/tmux/plugins/tpm/tpm' |