Monday, 27 March 2017

How to open vim and go to a specific line?


add +NUMBER after the vim file command, like:
 vim test/jtony.ll  +123
 This will open file  test/jtony.ll and goto line 123.

No comments:

Post a Comment