mirror of
https://github.com/boxpositron/absolute-dotfiles.git
synced 2026-02-28 11:40:37 +00:00
chore(.tmux.conf): add configuration for neovim in tmux-resurrect to save and restore neovim sessions
This commit is contained in:
@@ -56,8 +56,11 @@ set -g @plugin 'christoomey/vim-tmux-navigator'
|
||||
set -g @plugin 'MunifTanjim/tmux-mode-indicator'
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
|
||||
|
||||
set -g @resurrect-dir "~/.tmux/resurrect"
|
||||
set -g @resurrect-capture-pane-contents 'on'
|
||||
# for neovim
|
||||
set -g @resurrect-strategy-nvim 'session'
|
||||
|
||||
set -g @dracula-show-ssh-session-port true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user