Hey, I’m currently working on a SSH file forwarding plug-in and was wondering if you’re able to exectue a specific Window Command on plug-in unload or at least sublime exit.
The reason for this is because I’m working with temporary files that act as live ssh files/buffers. Each of these files/buffers has it’s very own view with it’s very own SSH address assigned. Now I have a fully functional Window command that closes ONLY those SSH views, however I’d like to close them automatically on exit by calling that command.
Any help appreciated!