Skip to content

Added instructions for keyboard switching between editors #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 22, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/editor/codebasics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down