Skip to content

Commit 065d855

Browse files
authored
subl: update page (#17044)
1 parent ab8e552 commit 065d855

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/common/subl.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# subl
22

33
> Sublime Text editor.
4-
> More information: <https://www.sublimetext.com>.
4+
> More information: <https://www.sublimetext.com/docs/command_line.html>.
55
66
- Open the current directory in Sublime Text:
77

8-
`subl {{.}}`
8+
`subl .`
99

1010
- Open a file or directory in Sublime Text:
1111

@@ -17,8 +17,8 @@
1717

1818
- Open a file or directory in the currently open window:
1919

20-
`subl -a {{path/to/file}}`
20+
`subl {{[-a|--add]}} {{path/to/file_or_directory}}`
2121

2222
- Open a file or directory in a new window:
2323

24-
`subl -n {{path/to/file}}`
24+
`subl {{[-n|--new-window]}} {{path/to/file_or_directory}}`

0 commit comments

Comments
 (0)