Open kizzx2 opened 4 years ago
Is it possible to have a confirmation dialog when there are any unsaved buffers? Right now an accidental Alt+F4 can lose quite a lot of progress
Currently not possible - but implementing something like that shouldn't be hard. Might be as easy as just sending :q to nvim when closing the main window, instead of just exiting directly.
:q
Is it possible to have a confirmation dialog when there are any unsaved buffers? Right now an accidental Alt+F4 can lose quite a lot of progress