Open
Description
Many editors such as vim and emacs allow you to open a file at a specific line/column. For emacs, you can pass emacs +line:column file
. For vim, you can do +line
(don't know how to open to a particular column).
It would be awesome if the open in editor command did this, so that it places you where your cursor was.