Hi,

I realized full screen mode needs three commands:

        set statusbar=false
        set inputbox=false
        set scrollbars=false

Several key maps are needed to get it, depending on the default values
of those settings. That's not a big problem.  But maybe several commands
could be chained in one key map?  For example:

        map X=:set statusbar=false && :set inputbox=false && :set
        scrollbars=false

Or:
        map X=:set statusbar=false
        map X+=:set inputbox=false
        map X+=:set scrollbars=false

This feature could be useful to de/activate a whole set of preferences
with one key map.

Just an idea.

Marcos

-- 
http://programandala.net

------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
Vimprobable-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vimprobable-users

Reply via email to