Evelyn Alicke
3 years ago
10 changed files with 44 additions and 0 deletions
@ -0,0 +1 @@
@@ -0,0 +1 @@
|
||||
Subproject commit 727de2ccdbd7d065eef316c22715cc9951f4819f |
@ -0,0 +1 @@
@@ -0,0 +1 @@
|
||||
Subproject commit 44e6be6222a062809d0377e2b05dded900dc260f |
@ -0,0 +1 @@
@@ -0,0 +1 @@
|
||||
Subproject commit 1f788656beebc3a220071b15bd7b13e56a9a865f |
@ -0,0 +1 @@
@@ -0,0 +1 @@
|
||||
Subproject commit 11520829210a34dc9c7e5be9dead152eaf3a4423 |
@ -0,0 +1 @@
@@ -0,0 +1 @@
|
||||
Subproject commit ab428e710af2c9eb05e794fa01bec9cd4a5f923e |
@ -0,0 +1 @@
@@ -0,0 +1 @@
|
||||
Subproject commit 6be2f34b5f06c8a6a23dc3dc835e69c132d58a18 |
@ -0,0 +1 @@
@@ -0,0 +1 @@
|
||||
Subproject commit 5d089e418efb1a00f47654014ed085deb3d0c878 |
@ -0,0 +1 @@
@@ -0,0 +1 @@
|
||||
Subproject commit f7d59c0482d949013851722bb7de53c0158936db |
@ -0,0 +1 @@
@@ -0,0 +1 @@
|
||||
Subproject commit 693e5a2a0f6acfd2666882655d5dfd32e8c6c50b |
@ -0,0 +1,35 @@
@@ -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' |
Loading…
Reference in new issue