1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 22:15:23 +02:00

subl: update page

This commit is contained in:
dmmqz 2025-06-30 20:12:45 +02:00
parent 7d7bfb0295
commit b14e5aecf6

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