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
Post a Comment