Skip to content

Commit

Permalink
Call out Cmd+Enter in Quick Open for open to the side.
Browse files Browse the repository at this point in the history
Fixes #764
  • Loading branch information
Greg Van Liew committed Jan 13, 2017
1 parent 9643b00 commit d1d4f0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/editor/codebasics.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ If you already have one editor open, there are multiple ways of opening another
* **Open to the Side** from the Explorer context menu on a file.
* Click the **Split Editor** button in the upper right of an editor.
* Drag and drop a file to the either side of the editor region.
* `kbstyle(Ctrl+Enter)` (Mac: `kbstyle('Cmd+Enter')`) in the **Quick Open** (`kb(workbench.action.quickOpen)`) file list.

![Side by Side editing](images/codebasics/sidebyside.png)

Expand Down

0 comments on commit d1d4f0c

Please sign in to comment.