From 2935a48bdc6efcbd43218fd816e347ffda9f6bfd Mon Sep 17 00:00:00 2001 From: Damien Sawyer Date: Fri, 23 Oct 2015 03:01:15 +1100 Subject: [PATCH] Added instructions for keyboard switching between editors --- docs/editor/codebasics.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/editor/codebasics.md b/docs/editor/codebasics.md index ec0711f8af..8848a6580a 100644 --- a/docs/editor/codebasics.md +++ b/docs/editor/codebasics.md @@ -49,6 +49,9 @@ If you already have one editor open, there are multiple ways of opening another ![Side by Side editing](images/codebasics/sidebyside.png) Whenever you open another file, the editor that is active will display the content of that file. So if you have two editors side by side and you want to open file 'foo.cs' into the right hand editor, make sure that editor is active (by clicking inside it) before opening file 'foo.cs'. + +When you have more than one editor open you can switch between them quickly by holding the `Ctrl` (Mac: `Cmd`) key and pressing `1`, `2` or `3`. + >**Tip:** You can resize editors and reorder them. Drag and drop the editor title area to reposition or resize the editor.