From 7e31edbb2ef208d8b2aefa85dc3cf4c0244a8df2 Mon Sep 17 00:00:00 2001 From: I'm Liam Date: Sat, 22 Sep 2018 11:40:15 +0100 Subject: [PATCH] subl: add page (#2348) --- pages/common/subl.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pages/common/subl.md diff --git a/pages/common/subl.md b/pages/common/subl.md new file mode 100644 index 000000000..765c998be --- /dev/null +++ b/pages/common/subl.md @@ -0,0 +1,19 @@ +# subl + +> Sublime Text editor. + +- Open the current directory in Sublime Text: + +`subl {{.}}` + +- Open a file or directory in Sublime Text: + +`subl {{path/to/file_or_folder}}` + +- Open a file or directory in the currently open window: + +`subl -a {{path/to/file}}` + +- Open a file or directory in a new window: + +`subl -n {{path/to/file}}`