Re: [Vim-latex-devel] Re: Review of vim-latex status
Brought to you by:
srinathava,
tmaas
From: Carl M. <cm...@ma...> - 2002-12-27 23:07:11
|
On Fri, Dec 27, 2002 at 03:31:48AM +0100, Luc Hermitte wrote: > BTW, I prefer ']bf' (or ']mbf') to '<M-b>'. In the long run I'm > interrested in a single mapping that will insert '\textbf{}' or > '\mathbf{}' according to the context. I considered the <M-b> mapping for \mathbf{} as my greatest idea, it was just that the Alt key is handy, and I don't use it for anything else. Possibly, there should be a second "mapleader" key, in addition to "`" (backtick). Maybe the semicolon key ";" is worth considering, although it is used in typing. Perhaps ";" could begin all sorts of macros which would adjust the font. In that case, ";;" (two semicolons) could be used to insert a single semicolon. Or, maybe <C-g> is a good choice; it's not used, and it's easy to reach. Also, <C-`> (control-backtick) is a possibility. Best wishes, Carl |