I'm transiting from MacOS X to Linux (currently mostly using the Gnome GUI, but I like KDE also, so my question applies to any of these interfaces).
MacOS' TextEdit has a feature which allows all open (even new, 'unsaved' files) to be saved automatically. This is a very useful feature because in the event of a system crash all files would be preserved. It is also useful because one doesn't need to save the text files but keep them open instead and then just get rid of them whenever they are not needed. That is, in such a case TextEditor can just be used as a scratch pad kind of thing.
Does there exist a text editor for Linux similar to TextEdit for MacOS X in the sense that it can save even temporary (unsaved) files automatically every certain period of time?
vim(orgvim). It also autosaves unnamed buffers; reopen them after a crash with:recover. Being a Mac user since the 1980s,vimfirst felt strange to me, but nowadays I won't miss it anymore, even usingvimon the iPhone ...vi(and latterlyvimand OpenOffice/LibreOffice) but I'd assumed it was standard practice.vimcan work with more than one text file (like some sort of tabs) at once, can it?gvimcan do so, but my usual approach is either onevi[m]per window or occasionallyvimdiffin a very large one.