vi - jumping to a specific position in vim -


this question has answer here:

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

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

java - Digest auth with Spring Security using javaconfig -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -