From 8ecc6016ffcbd1387d8cdb10b9d0f9864363e29c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 19 Jan 2018 07:55:34 -0500 Subject: [PATCH] note about subl launcher Signed-off-by: Kenneth Reitz --- source/editor.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/editor.rst b/source/editor.rst index 482cb6f..0d6ad6a 100644 --- a/source/editor.rst +++ b/source/editor.rst @@ -46,6 +46,8 @@ Sublime Text 3 Tricks ``subl`` Launcher ///////////////// +Once installed, the command–line ``subl`` launcher will allow you to easily open up projects from your terminal (e.g. ``$ subl .``). In addition, it also will inform plugins like Anaconda of which Python interpreter to use, based on the currently activated virtual environment. + Rulers //////