1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 11:55:24 +02:00

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}}`