Re: [Vim-latex-devel] Disable "->`` and "->'' in .tex and .bib files?
Brought to you by:
srinathava,
tmaas
From: Ted P. <te...@te...> - 2012-07-03 04:48:26
|
Peng -- Most of your questions are addressed in: :help latex-suite as well as on the Vim-LaTeX project page, which would be difficult to maintain on github. Many of your questions ask about disabling features of latex-suite. It may be helpful to know what parts of latex-suite you find helpful. If it's just the syntax highlighting, you can get that without having latex-suite installed at all. To disable just smart quotes, you can see: :help Tex_SmartKeyQuote You can set the g:Tex_SmartKeyQuote to 0 to turn off smart quotes entirely. If you want to turn off other IMAP expansion, see: :help pausing-imaps In particular, set g:Imap_FreezeImap to 1 in your .vimrc. That will turn off expansions like EQE and `w and others. --Ted On Mon, Jul 2, 2012 at 8:17 AM, Peng Yu <pen...@gm...> wrote: > Hi, > > I want to disable all the mapping defined in vim-latex-suite, such as > "->`` and "->''? Is there a way to do so? > > -- > Regards, > Peng > > ------------------------------------------------------------------------------ > 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 -- Ted Pavlic <te...@te...> |