On Sat, Apr 22, 2006 at 11:52:24PM -0700, Thomas Mellman wrote:
> --- Yakov Lerner <[EMAIL PROTECTED]> wrote:
> > On 4/22/06, Thomas Mellman <[EMAIL PROTECTED]> wrote:
> > > After upgrading to a new version of VIM a while back, I
> > > have now to type key-sequences slowly, or I get a visual bell
> > > (and no sequence recognized). Does anybody know what changed
> > > to cause this, and how I can turn it off?
> > >
> > >
> > > For example, I use the '[' and ']' keys to introduce various
> > > shortcuts (e.g. "]v" and "[v" find the next or previous
> > > occurance of the word under the cursor). But now I have to
> > > always wait 500ms - 1000ms or my sequence is aborted.
> >
> > It works for me. I mapped ':map ]v *' and it just works; there is
> > no problem as you describe.
>
>
> Oh, that's interesting. Are you sure? You made the mapping:
> :map ]v *
> put the cursor over a word in some file (which contains another
> instance of that word), and with your right hand on the ']' and
> your left hand on the 'v', you typed them in as fast as you could
> and it took the mapping?
I cannot reproduce the problem. I tried
:map ]v *
and then typed ]v repeatedly as fast as I could, with no problem. I am
sure I can go faster than 500 ms, but since I am a slow typist I also
tried
:map [] n
since even I can type [] pretty quickly.
I think I have 'timeout' and all related options set to their
default values.
HTH --Benji Fisher