From d7f557dc9da7466d4ad8b7ac725e7c5db840cf4d Mon Sep 17 00:00:00 2001 From: utkarsh5k Date: Tue, 19 Apr 2016 19:31:58 +0530 Subject: [PATCH] Update plugins.rst For people who don't notice that Ctrl+` is not the single quote key. --- source/extensibility/plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/extensibility/plugins.rst b/source/extensibility/plugins.rst index 6dc4641..e391b7d 100644 --- a/source/extensibility/plugins.rst +++ b/source/extensibility/plugins.rst @@ -54,7 +54,7 @@ Let's write a "Hello, World!" plugin for Sublime Text: You've just written your first plugin! Let's put it to use: #. Create a new buffer (``Ctrl+n``). -#. Open the Python console (``Ctrl+```). +#. Open the Python console (``Ctrl+```). You can alternatively do this by going to View and selecting the "Show Console" option. #. Type: ``view.run_command("example")`` and press enter. You should see the text "Hello, World!" in the newly created buffer.