tmux resurrect

This commit is contained in:
Josh Patra
2024-04-17 18:09:04 -04:00
parent 019fa72efe
commit 19772bccbb

View File

@@ -87,6 +87,7 @@ set -g @plugin 'tmux-plugins/tpm'
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 @dracula-refresh-rate 1
set -g @dracula-show-powerline true
@@ -94,6 +95,15 @@ 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
#show -g default-command for vim
set -g @resurrect-strategy-vim 'session'
# for neovim
set -g @resurrect-strategy-nvim 'session'
set -g @resurrect-capture-pane-contents 'on'
set -g default-command "reattach-to-user-namespace -l $SHELL"
set -g status-position top
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)