Learn about Linux
Download Linux
Get Linux help
Get special offers on:
Linux Application Dev Programming Software
Email:
#
Return to A more informative status line for Vim
© Copyright 1999-2008 - SourceForge, Inc., All Rights Reserved About Linux.com - Privacy Statement - Terms of Use - Advertise - Trademark - Ask Linux Questions - Write for Us - RSS Feed ThinkGeek - Slashdot - SourceForge.net - freshmeat - Surveys - Jobs
Mysetting: FullScreenmode
Posted by: Anonymous [ip: 122.145.234.15] on November 06, 2007 07:05 PMmap <silent> <F11> :if &guioptions =~# 'T' <Bar>
\simalt ~X<CR> <Bar>
\set guioptions-=T <Bar>
\set guioptions-=m <Bar>
\set guioptions+=C <Bar>
\else <Bar>
\set guioptions+=T <Bar>
\set guioptions+=m <Bar>
\set guioptions-=C <Bar>
\simalt ~R<CR> <Bar>
\endif<CR>
#