Hennadii Chernyshchyk
Hennadii Chernyshchyk
Thank you for such detailed report! Looks like after suspend the json file with optimus manager state is invalid. Could you show me the content of it?
Okay, thank you!
Can you configure to open any buffer at startup using built-in autocommands and check if you are inside a session? Because `SessionNoLoadPost` sounds a bit odd to me.
This looks super weird. Never happened to me.
I agree with the idea, but I would keep only `load_dir_session` and load current dir if the passed path is empty.
> Not sure if this warrants a new issue, but it would also be nice to have a general current_sessions or similar that returns a list of all sessions. The...
> how to use this in the tmuxinator config ? The function return list of all session. This is what I was asked about. > How to open a custom...
I don't understand you. There is no such command `:SessionManager load_session /path/to/root/project/`. `load_session` does not accept any argument. It opens session selection. > always does one thing - it does...
> But still all three options :SessionManager do load the last buffers. Please, open a new issue with minimal steps to reproduce and with explanation of what you expect and...
Oh, I got it. You probably have `autoload_mode = config.AutoloadMode.LastSession` in your config. Could you change it to `Disabled`?