vi - jumping to a specific position in vim -
this question has answer here:
- how move cursor specific row , column? 3 answers
i move cursor specific position, lets line 64 , column 40. there way on command line.
what do:
:64 40|
but there way combine these 2 commands 1 such can type on command line?
thanks.
the answer given in answer "how move cursor specific row , column?".
specifically:
thus, if wanted x,y coordinate (e.g. 42,80)
42g80|
. if want command-line mode:norm 42g80|
Comments
Post a Comment