/dev/blog
Bez Hermoso, Software Engineer @ Square
This comes in handy when debugging stack traces. To open a file and jump to line 47:
vim +47 /path/to/file.rb
If you are already inside Vim, you can do this instead:
:e +47 /path/to/file.rb
This goes back to this TIL and is just an application of exactly the same concept.