+1
Lokið

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

Harro van der Klauw 13 ár síðan updated by Jon Skinner 13 ár síðan 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.

Answer

Answer
Lokið
You can use subl somefile.txt:100 for this
Answer
Lokið
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.