tmux: Restore {,neo}vim sessions with obsession
Restore {,neo}vim sessions with the help of [tpope/vim-obsession][1]
[1]: https://github.com/tpope/vim-obsession
This commit is contained in:
@@ -89,6 +89,10 @@ set -g @resurrect-restore 'C-s'
|
|||||||
set -g @continuum-save-interval '5'
|
set -g @continuum-save-interval '5'
|
||||||
# Last saved environment is automatically restored when tmux is started.
|
# Last saved environment is automatically restored when tmux is started.
|
||||||
set -g @continuum-restore 'on'
|
set -g @continuum-restore 'on'
|
||||||
|
# Restore {,neo}vim sessions with the help of vim-obsession
|
||||||
|
# https://github.com/tpope/vim-obsession
|
||||||
|
set -g @resurrect-strategy-vim 'session'
|
||||||
|
set -g @resurrect-strategy-nvim 'session'
|
||||||
|
|
||||||
## Theming (inspired by https://github.com/Who23/dots/blob/21976e76644d8d9261ebdcf61733d2181a1612eb/tmux.conf)
|
## Theming (inspired by https://github.com/Who23/dots/blob/21976e76644d8d9261ebdcf61733d2181a1612eb/tmux.conf)
|
||||||
set -g status-bg black
|
set -g status-bg black
|
||||||
|
|||||||
Reference in New Issue
Block a user