tmux: Drop continuum and resurrect
Now that we have sessions and loadable with tmuxp, drop continuum and resurrect.
This commit is contained in:
parent
7db7bbfd4a
commit
3dd3d5c379
4 changed files with 1 additions and 14 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -1,15 +1,9 @@
|
|||
[submodule "tmux/.tmux/plugins/tmux-continuum"]
|
||||
path = tmux/.tmux/plugins/tmux-continuum
|
||||
url = https://github.com/tmux-plugins/tmux-continuum.git
|
||||
[submodule "tmux/.tmux/plugins/tmux-copycat"]
|
||||
path = tmux/.tmux/plugins/tmux-copycat
|
||||
url = https://github.com/tmux-plugins/tmux-copycat.git
|
||||
[submodule "tmux/.tmux/plugins/tmux-open"]
|
||||
path = tmux/.tmux/plugins/tmux-open
|
||||
url = https://github.com/tmux-plugins/tmux-open.git
|
||||
[submodule "tmux/.tmux/plugins/tmux-resurrect"]
|
||||
path = tmux/.tmux/plugins/tmux-resurrect
|
||||
url = https://github.com/tmux-plugins/tmux-resurrect.git
|
||||
[submodule "tmux/.tmux/plugins/tmux-yank"]
|
||||
path = tmux/.tmux/plugins/tmux-yank
|
||||
url = https://github.com/tmux-plugins/tmux-yank.git
|
||||
|
|
|
@ -138,19 +138,14 @@ set-option -g status-right-length "80"
|
|||
set-window-option -g window-status-separator ""
|
||||
|
||||
set-option -g status-left "#[bg=colour241,fg=colour248] #S #[bg=colour237,fg=colour241,nobold,noitalics,nounderscore]"
|
||||
set-option -g status-right "#[bg=colour237,fg=colour239 nobold, nounderscore, noitalics]#[bg=colour239,fg=colour246] Continuum: #{continuum_status} #[bg=colour239,fg=colour246] %Y-%m-%d %H:%M #[bg=colour239,fg=colour248,nobold,noitalics,nounderscore]#[bg=colour248,fg=colour237] #h "
|
||||
set-option -g status-right "#[bg=colour237,fg=colour239 nobold, nounderscore, noitalics]#[bg=colour239,fg=colour246] %Y-%m-%d %H:%M #[bg=colour239,fg=colour248,nobold,noitalics,nounderscore]#[bg=colour248,fg=colour237] #h "
|
||||
|
||||
set-window-option -g window-status-current-format "#[bg=colour214,fg=colour237,nobold,noitalics,nounderscore]#[bg=colour214,fg=colour239] #I #[bg=colour214,fg=colour239,bold] #W #[bg=colour237,fg=colour214,nobold,noitalics,nounderscore]"
|
||||
set-window-option -g window-status-format "#[bg=colour239,fg=colour237,noitalics]#[bg=colour239,fg=colour223] #I #[bg=colour239,fg=colour223] #W #[bg=colour237,fg=colour239,noitalics]"
|
||||
|
||||
# Plugins
|
||||
run-shell '~/.tmux/plugins/tmux-resurrect/resurrect.tmux'
|
||||
run-shell '~/.tmux/plugins/tmux-continuum/continuum.tmux'
|
||||
run-shell '~/.tmux/plugins/tmux-yank/yank.tmux'
|
||||
run-shell '~/.tmux/plugins/tmux-copycat/copycat.tmux'
|
||||
run-shell '~/.tmux/plugins/tmux-open/open.tmux'
|
||||
run-shell '~/.tmux/plugins/tmux-butler/tmux-butler.tmux'
|
||||
run-shell '~/.tmux/plugins/tmux-fuzzback/fuzzback.tmux'
|
||||
|
||||
set -g @continuum-save-interval '15'
|
||||
set -g @continuum-restore 'on'
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit fc2f31d79537a5b349f55b74c8ca69abaac1ddbb
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 027960ad25895701a8fbc0a1eb4a8cb477452d20
|
Loading…
Reference in a new issue