vim - Is there a command to jump Nth line from current line? -


e.g. jump 4000 line when on 3000 line. maybe command like

:goto next 1000g 

there 3 ways go directly line 4000:

:4000 

4000g 

4000gg 

or can jump down 1000 lines this:

1000j 

credit lieven keersmaekers, can jump down so:

:+1000 

Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -