fix tmux.conf
enable tmux-continuum add tmux-yank to fix c/p
This commit is contained in:
@@ -57,7 +57,9 @@ set -g @plugin 'jimeh/tmux-themepack'
|
|||||||
set -g @plugin 'tmux-plugins/tmux-resurrect' # persist tmux sessions across reboot
|
set -g @plugin 'tmux-plugins/tmux-resurrect' # persist tmux sessions across reboot
|
||||||
set -g @plugin 'tmux-plugins/tmux-continuum' # automatically saves session every 15 mins
|
set -g @plugin 'tmux-plugins/tmux-continuum' # automatically saves session every 15 mins
|
||||||
set -g @plugin 'thewtex/tmux-mem-cpu-load'
|
set -g @plugin 'thewtex/tmux-mem-cpu-load'
|
||||||
|
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||||
|
|
||||||
set -g @themepack 'powerline/default/cyan'
|
set -g @themepack 'powerline/default/cyan'
|
||||||
|
set -g @continuum-restore 'on'
|
||||||
|
|
||||||
run '~/.config/tmux/plugins/tpm/tpm'
|
run '~/.config/tmux/plugins/tpm/tpm'
|
||||||
|
|||||||
Reference in New Issue
Block a user