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