diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 18b85e3..6daa7e7 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -59,13 +59,14 @@ unbind -T copy-mode-vi MouseDragEnd1Pane set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'christoomey/vim-tmux-navigator' -set -g @plugin 'jimeh/tmux-themepack' +#set -g @plugin 'jimeh/tmux-themepack' +set -g @plugin 'nordtheme/tmux' set -g @plugin 'thewtex/tmux-mem-cpu-load' set -g @plugin 'tmux-plugins/tmux-yank' 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 @themepack 'powerline/default/cyan' +#set -g @themepack 'powerline/default/cyan' set -g @continuum-restore 'on' set -g @resurrect-strategy-nvim 'session' set -g @resurrect-processes 'ssh' # space separated list of programs to restore