You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know much about sessions, other than they look like a ton of commands, e.g. here is a snippet of one of mine:
let NERDTreeGlyphReadOnly = "RO"
let NERDTreeMapOpenRecursively = "O"
let NERDTreeMapToggleBookmarks = "B"
let NERDTreeMapUpdirKeepOpen = "U"
let NERDTreeQuitOnOpen = 0
wincmd w
argglobal
I use vim-obsession to autosave sessions as I work. Then I can quit vim and reopen to my last saved point using nvim -S my-session. And ideally nvimux would set/load whatever vars it needs to know that a quickterm already existed (if it existed).
Hope that's more clear. I'm happy to add more detail if not. Thanks!
I'm starting to use vim sessions to help replace
tmuxinator
. Would be awesome if nvimux could recognize the quick term when a vim session is restored.The text was updated successfully, but these errors were encountered: