subl: jump to line number (#2678)

This commit is contained in:
Andrew Siegman
2019-01-03 09:30:45 -06:00
committed by Agniva De Sarker
parent 17f57489f1
commit e5bd9dc96c

View File

@@ -10,6 +10,10 @@
`subl {{path/to/file_or_folder}}`
- Open a file and jump to a specific line number:
`subl {{path/to/file}}:{{line_number}}`
- Open a file or directory in the currently open window:
`subl -a {{path/to/file}}`