diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5807285 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +tmux/.tmux diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index d298ff2..f9dec93 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -91,6 +91,7 @@ set -g @plugin 'christoomey/vim-tmux-navigator' set -g @plugin 'dracula/tmux' set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @plugin 'tmux-plugins/tmux-continuum' set -g @dracula-refresh-rate 1 set -g @dracula-show-powerline true @@ -98,6 +99,7 @@ set -g @dracula-plugins "git battery time date" set -g @dracula-show-location false set -g @dracula-show-flags true set -g @dracula-show-left-icon session +set -g @continuum-restore 'on' #show -g default-command for vim set -g @resurrect-strategy-vim 'session'