Friday, July 6, 2012

RE: How to move forward 'x' characters, crossing newlines

> On Fr, 06 Jul 2012, Tim Chase wrote:
>
> > On 07/06/12 15:51, Roy Fulbright wrote:
> > > I'm tracking down an error message that says the error is at
> > > character 2310 in my input JSON file, and I need to know how to
> > > move the cursor forward 2310 positions including newlines. I'm
> > > sure it's something simple, but I cannot find anything in help.
> >
> > For this particular use-case, I think you want the "go" command:
> >
> > :help go
> >
> > so you'd type
> >
> > 2310go

Thank you very much! That was exactly what I was looking for.
 
P.S. I also added < and > to whichwrap and was able to do: 2310<Right>

 

No comments: