mirror of
https://github.com/boxpositron/absolute-dotfiles.git
synced 2026-02-28 11:40:37 +00:00
feat(.tmux.conf): add tmux-sessionx plugin for managing tmux sessions more efficiently
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user