Re: [Vim-latex-devel] How to disable menus generated by vim-latex?
Brought to you by:
srinathava,
tmaas
From: Peter V. <mai...@pe...> - 2012-07-02 10:11:33
|
Hi, thre is an entry in the manual for menu option, http://vim-latex.sourceforge.net/documentation/latex-suite.html#customizing-menus To dsable Tex menus, set this in your vimrc : let g:Tex_Menus = 0 let g:Tex_MathMenus = 0 Peter On Sun, Jul 1, 2012 at 6:53 PM, Alessandro Pezzoni <ale...@la...> wrote: > On Sun, Jul 01, 2012 at 10:22:41AM -0500, Peng Yu wrote: >> I never use the menus. It is a waste of time to load them up for me. >> Is there a way to disable them? > > I don't know if there is a way to disable only the vim-latex menus, but > you can put "set guioptions-=m" in your .gvimrc to disable menus tout > court. > > Alessandro > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel |