diff --git a/.tmux.conf b/.tmux.conf index db22194..97a6df7 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -56,12 +56,16 @@ set -g @plugin 'christoomey/vim-tmux-navigator' set -g @plugin 'MunifTanjim/tmux-mode-indicator' set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' - +set -g @plugin 'omerxx/tmux-sessionx' set -g @resurrect-dir "~/.tmux/resurrect" set -g @resurrect-capture-pane-contents 'on' +set -g @sessionx-bind 's' +set -g @sessionx-window-mode 'on' +set -g @sessionx-tree-mode 'off' + # for neovim set -g @resurrect-strategy-nvim 'session' set -g @continuum-restore 'on'