chore(.tmux.conf): add configuration for neovim in tmux-resurrect to save and restore neovim sessions

This commit is contained in:
David Ibia
2024-06-12 14:14:47 +01:00
parent 82a81aea8b
commit 59deabba14

View File

@@ -56,8 +56,11 @@ set -g @plugin 'christoomey/vim-tmux-navigator'
set -g @plugin 'MunifTanjim/tmux-mode-indicator' set -g @plugin 'MunifTanjim/tmux-mode-indicator'
set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @resurrect-dir "~/.tmux/resurrect" set -g @resurrect-dir "~/.tmux/resurrect"
set -g @resurrect-capture-pane-contents 'on' set -g @resurrect-capture-pane-contents 'on'
# for neovim
set -g @resurrect-strategy-nvim 'session'
set -g @dracula-show-ssh-session-port true set -g @dracula-show-ssh-session-port true