+1
COMPLETADO

Allow the use of +<linenumber> in the command line to open a file and jump to that line

Harro van der Klauw hace 13 años actualizado por Jon Skinner hace 13 años 1
Allow me to use +<linenumber> when opening a file like vim does, this is useful when you know where you want to do.

`subl somefile.txt +120` would open the file with the cursor on line 120 and that line centered in the editor.

Respuesta

Respuesta
COMPLETADO
You can use subl somefile.txt:100 for this
Respuesta
COMPLETADO
You can use subl somefile.txt:100 for this
Would it be possible to add a command line option that disables this behaviour? I have a bunch of files with timestamps in their names (like "filename-19:35:12"), and I can't open them from the command line.