This commit is contained in:
Josh Patra
2024-04-24 23:47:28 -04:00
parent 2db3c1246b
commit 05b36b3191
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
tmux/.tmux

View File

@@ -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'