1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 16:55:34 +02:00

subl: update page (#17044)

This commit is contained in:
Dylan 2025-07-01 03:19:59 +00:00 committed by GitHub
parent ab8e5526cc
commit 065d8557e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,11 +1,11 @@
# subl
> Sublime Text editor.
> More information: <https://www.sublimetext.com>.
> More information: <https://www.sublimetext.com/docs/command_line.html>.
- Open the current directory in Sublime Text:
`subl {{.}}`
`subl .`
- Open a file or directory in Sublime Text:
@ -17,8 +17,8 @@
- Open a file or directory in the currently open window:
`subl -a {{path/to/file}}`
`subl {{[-a|--add]}} {{path/to/file_or_directory}}`
- Open a file or directory in a new window:
`subl -n {{path/to/file}}`
`subl {{[-n|--new-window]}} {{path/to/file_or_directory}}`