hot_exit doesn’t pertain to that… hot_exit is what saves the session when you close a window under the project you have loaded…
For instance, if you have a project loaded with hot_exit enabled and you have a settings window open… but you accidentally close the project window instead of the settings window - you can simply reload the project and it’ll be safe… Likewise, if you close the window which closes sublime text ( last window ) and you re-open it, the tabs will be safe from being closed…
To be honest - I’m not sure whether or not that exists… You may be able to prevent tabs from closing by using on_close or a pre callback in a plugin - however this would be better accomplished in the back-end to redirect the behavior…
I would like something like this too except I would prefer if the X would close sublime-text entirely instead of just the window ( unless it is a settings window )
Maybe submit the suggestion here: https://github.com/SublimeTextIssues/Core/issues
There should be a way to hold shift and press spacebar though to keep the cursor in the same position and add text after - for example hold a key to write backwards… I think I saw an addon somewhere for that - or it was a key combo you pressed… Although it could’ve been in a different editor or it was part of an AutoHotkey script…
I’ll look into it to see if I can find the name or where it was exactly I encountered it.