Re: [Vim-latex-devel] Alt mappings
Brought to you by:
srinathava,
tmaas
From: Benji F. <be...@me...> - 2003-01-06 15:24:05
|
Carl Mueller wrote: > About the Alt macros, how about the following? > > 1. As an option, the user can turn on the <Alt> mappings. > (This was mentioned by others.) > > 2. As a default, use the <Insert> key for the <Alt> mappings. > The <Insert> key isn't used for anything else, is it? > It could be a right handed version of the "`" mappings. > Besides the <Alt> mappings that I wrote, one could use the > <Insert> key for mappings that control fonts, such as > {\em ...} and so on. > > I'd still like to keep the <Alt> mappings as an option, since the > <Alt> key is more handy than the <Insert> key. The <Insert> key is used to toggle between Insert and Replace modes. I almost never use Replace mode, and I often hit the <Insert> key when I am aiming for the <Del> key, so I have :imap'ed it to <Nop>. In other words, it is not quite true that the <Insert> key is unused, but it is pretty close. --Benji |