Add tmux session management plugin
Added tmux-resurrect plugin. This allows easy persisting of sessions through a server shutdown. To save a session, use <leader><c-s>, to restore it <leader><c-r>.
This commit is contained in:
parent
078259182c
commit
0925515457
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ set -g @plugin 'tmux-plugins/tmux-yank'
|
|||
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
|
||||
set -g @plugin 'Morantron/tmux-fingers'
|
||||
set -g @plugin 'christoomey/vim-tmux-navigator'
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
|
||||
run -b "${TMUX_PLUGIN_MANAGER_PATH}/tpm/tpm"
|
||||
|
||||
|
|
Loading…
Reference in a new issue