> Hello, Is there any shell based text editor with file Auto Save feature
> i.e.  the editor should automatically save the document under edit
> every 5  minutes.

vim
:help autowrite


'autowrite' 'aw'        boolean (default off)
                        global
        Write the contents of the file, if it has been modified, on each
        :next, :rewind, :last, :first, :previous, :stop, :suspend, :tag, :!,
        :make, CTRL-] and CTRL-^ command; and when a CTRL-O, CTRL-I,
        '{A-Z0-9}, or `{A-Z0-9} command takes one to another file.
        Note that for some commands the 'autowrite' option is not used, see
        'autowriteall' for that.

                         *'autowriteall'* *'awa'* *'noautowriteall'*
                         *'noawa'*'autowriteall' 'awa'    boolean (default off)
                        global
                        {not in Vi}
        Like 'autowrite', but also used for commands ":edit", ":quit",
        ":qall", ":exit", ":xit", ":recover" and closing the Vim window.
        Setting this option also implies that Vim behaves like 'autowrite'
        has        been set.


Thaths




-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to