Re: search next, prev while in /pattern editing

2006-05-18 Thread Gerald Lai
On Thu, 18 May 2006, Eric Arnold wrote: On 5/18/06, Eric Arnold <[EMAIL PROTECTED]> wrote: I think this does what you want. You only need to use "/", though, since you can now go up and down while in "/" : cmap N:redraw/ cmap n:redraw/ Rats. This works only if you set the @/ variable

Re: search next, prev while in /pattern editing

2006-05-18 Thread Hari Krishna Dara
On Thu, 18 May 2006 at 9:31am, Benji Fisher wrote: > On Thu, May 18, 2006 at 12:27:26PM +, Yakov Lerner wrote: > > I am using incsearch. I wanted to define 2 mappings that > > act while I am in /search pattern editing mode, > > and that take me to next/prev match > > while leaving the cursor

Re: search next, prev while in /pattern editing

2006-05-18 Thread Yakov Lerner
On 5/18/06, Eric Arnold <[EMAIL PROTECTED]> wrote: On 5/18/06, Eric Arnold <[EMAIL PROTECTED]> wrote: > I think this does what you want. You only need to use "/", though, > since you can now go up and down while in "/" : > > cmap N:redraw/ > cmap n:redraw/ Thanks to everybody who responded

Re: search next, prev while in /pattern editing

2006-05-18 Thread Eric Arnold
On 5/18/06, Eric Arnold <[EMAIL PROTECTED]> wrote: I think this does what you want. You only need to use "/", though, since you can now go up and down while in "/" : cmap N:redraw/ cmap n:redraw/ Rats. This works only if you set the @/ variable first by hitting return normally, which wi

Re: search next, prev while in /pattern editing

2006-05-18 Thread Eric Arnold
I think this does what you want. You only need to use "/", though, since you can now go up and down while in "/" : cmap N:redraw/ cmap n:redraw/

Re: search next, prev while in /pattern editing

2006-05-18 Thread Benji Fisher
On Thu, May 18, 2006 at 12:27:26PM +, Yakov Lerner wrote: > I am using incsearch. I wanted to define 2 mappings that > act while I am in /search pattern editing mode, > and that take me to next/prev match > while leaving the cursor in /pattern commandline. > Is it possible ? > > Yakov If

Re: search next, prev while in /pattern editing

2006-05-18 Thread Eric Arnold
cmap n/ On 5/18/06, Yakov Lerner <[EMAIL PROTECTED]> wrote: I am using incsearch. I wanted to define 2 mappings that act while I am in /search pattern editing mode, and that take me to next/prev match while leaving the cursor in /pattern commandline. Is it possible ? Yakov