From 05b36b3191273bf48950ca3375277b6ec3d995f5 Mon Sep 17 00:00:00 2001 From: Josh Patra <30350506+SoPat712@users.noreply.github.com> Date: Wed, 24 Apr 2024 23:47:28 -0400 Subject: [PATCH] fixes --- .gitignore | 1 + tmux/.tmux.conf | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .gitignore 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'