Last Updated: February 25, 2016
·
991
· thiago

Vim tip

Use the + to indicate in which line number you want to open your file, e.g.
$ vim file.js +40

1 Response
Add your response

This will open at the end of the file:

vim + file.js</pre></code>
over 1 year ago ·