autosave #1
@@ -164,6 +164,9 @@ set -g @plugin 'thewtex/tmux-mem-cpu-load'
|
||||
#set -g @plugin 'tmux-plugins/tmux-battery'
|
||||
set -g @plugin 'tmux-plugins/tmux-online-status'
|
||||
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
|
||||
##save tmux
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
|
||||
##set -g @plugin 'odedlaz/tmux-onedark-theme'
|
||||
|
||||
@@ -200,6 +203,14 @@ set -g @sysstat_swap_color_stress "$color_level_stress"
|
||||
set -g @sysstat_mem_view_tmpl '🖸 :#[fg=#{mem.color}]#{mem.pused}#[default]'
|
||||
set -g @sysstat_cpu_view_tmpl '🖵 :#[fg=#{cpu.color}]#{cpu.pused}#[default]'
|
||||
|
||||
##set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
# 15 minutes autosave ~/.tmux/resurrect/ last
|
||||
# prefix + Ctrl-s - save
|
||||
# prefix + Ctrl-r - restore
|
||||
set -g @continuum-save-interval '15'
|
||||
set -g @continuum-restore 'on'
|
||||
set -g @resurrect-capture-pane-contents 'on'
|
||||
|
||||
# Other examples:
|
||||
# set -g @plugin 'github_username/plugin_name'
|
||||
# set -g @plugin 'git@github.com:user/plugin'
|
||||
|
||||
Reference in New Issue
Block a user