Browse Source

add tmux files

main
Evelyn Alicke 2 years ago
parent
commit
2f7a49a974
  1. 1
      tmux/plugins/tmux-autoreload
  2. 1
      tmux/plugins/tmux-continuum
  3. 1
      tmux/plugins/tmux-menus
  4. 1
      tmux/plugins/tmux-mode-indicator
  5. 1
      tmux/plugins/tmux-open
  6. 1
      tmux/plugins/tmux-resurrect
  7. 1
      tmux/plugins/tmux-sensible
  8. 1
      tmux/plugins/tmux-suspend
  9. 1
      tmux/plugins/tpm
  10. 35
      tmux/tmux.conf

1
tmux/plugins/tmux-autoreload

@ -0,0 +1 @@ @@ -0,0 +1 @@
Subproject commit 727de2ccdbd7d065eef316c22715cc9951f4819f

1
tmux/plugins/tmux-continuum

@ -0,0 +1 @@ @@ -0,0 +1 @@
Subproject commit 44e6be6222a062809d0377e2b05dded900dc260f

1
tmux/plugins/tmux-menus

@ -0,0 +1 @@ @@ -0,0 +1 @@
Subproject commit 1f788656beebc3a220071b15bd7b13e56a9a865f

1
tmux/plugins/tmux-mode-indicator

@ -0,0 +1 @@ @@ -0,0 +1 @@
Subproject commit 11520829210a34dc9c7e5be9dead152eaf3a4423

1
tmux/plugins/tmux-open

@ -0,0 +1 @@ @@ -0,0 +1 @@
Subproject commit ab428e710af2c9eb05e794fa01bec9cd4a5f923e

1
tmux/plugins/tmux-resurrect

@ -0,0 +1 @@ @@ -0,0 +1 @@
Subproject commit 6be2f34b5f06c8a6a23dc3dc835e69c132d58a18

1
tmux/plugins/tmux-sensible

@ -0,0 +1 @@ @@ -0,0 +1 @@
Subproject commit 5d089e418efb1a00f47654014ed085deb3d0c878

1
tmux/plugins/tmux-suspend

@ -0,0 +1 @@ @@ -0,0 +1 @@
Subproject commit f7d59c0482d949013851722bb7de53c0158936db

1
tmux/plugins/tpm

@ -0,0 +1 @@ @@ -0,0 +1 @@
Subproject commit 693e5a2a0f6acfd2666882655d5dfd32e8c6c50b

35
tmux/tmux.conf

@ -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…
Cancel
Save