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 would prefer to add the ability to switch away from a buffer without saving it. And then mark unsaved buffers with a dot in the recent files list. And add a save all command.
This will also preserve undo history when switching away from buffers.
I would prefere to add the ability to switch away from a buffer without saving it. And then mark unsaved buffers with a dot in the recent files list. And add a save all command.
This will also preserve undo history when switching away from buffers.
Ah, I didn't realize flow had support for multiple buffers. Yes, this would be the equivalent of vim's set hidden setting
Splits are not supported yet, or actually planned. But many people seem to want them and they're probably not too hard to do, so it's pretty likely that I'll add them.
neurocyte
changed the title
Setting to autosave current file when swapping to new file
Support switching files without saving changes
Oct 24, 2024
This would stop the
Unsaved Changes
error from preventing the user from swapping filesThe text was updated successfully, but these errors were encountered: