diff --git a/pages/common/subl.md b/pages/common/subl.md index d4d811ba8d..3aa18b8c48 100644 --- a/pages/common/subl.md +++ b/pages/common/subl.md @@ -1,11 +1,11 @@ # subl > Sublime Text editor. -> More information: . +> More information: . - 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}}`