From e5bd9dc96cc13583e88ad68abf26831ce5ada318 Mon Sep 17 00:00:00 2001 From: Andrew Siegman Date: Thu, 3 Jan 2019 09:30:45 -0600 Subject: [PATCH] subl: jump to line number (#2678) --- pages/common/subl.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/subl.md b/pages/common/subl.md index 765c998be7..98d6ff0da0 100644 --- a/pages/common/subl.md +++ b/pages/common/subl.md @@ -10,6 +10,10 @@ `subl {{path/to/file_or_folder}}` +- Open a file and jump to a specific line number: + +`subl {{path/to/file}}:{{line_number}}` + - Open a file or directory in the currently open window: `subl -a {{path/to/file}}`