Skip to content

Instantly share code, notes, and snippets.

@tinti
Created May 11, 2012 13:36
Show Gist options
  • Save tinti/2659667 to your computer and use it in GitHub Desktop.
Save tinti/2659667 to your computer and use it in GitHub Desktop.
Open file in Vim and go to a specific line
# Open 'myfile' and go to line 123
vim myfile +123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment