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:
parent
17f57489f1
commit
e5bd9dc96c
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue