tmux: add session retention
This commit is contained in:
parent
99ef6ae8e1
commit
78666a4dd0
1 changed files with 7 additions and 0 deletions
|
@ -35,6 +35,13 @@ bind-key -r C-Right resize-pane -R 5
|
|||
# remove delay for exiting insert mode with ESC in Neovim
|
||||
set -sg escape-time 10
|
||||
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
set -g @resurrect-capture-pane-contents 'on'
|
||||
set -g @continuum-restore 'on'
|
||||
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue