3

I am looking for a shortcut to open a untitled blank tab (editor) in Vscode (version 1.28.1) instead of moving the mouse and double-click the upper bound of Vscode.

2 Answers 2

5

You can open a new tab by creating a new file ("Command + n" on Mac, "Ctrl + n" on windows). The file won't be saved to disk until you do it manually.

Sign up to request clarification or add additional context in comments.

1 Comment

Yeap that is what I am looking for. Thanks :)
2

You can get a list of main default short-cuts at Help/ Keyboard Shortcut Reference.

Additionally, you can find the command at View/ Command Palette. Type e.g. new and you'll see the File: New Untitle File command together with current short-cut.

Command Palette: new

1 Comment

Thanks :) This is really helpful.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.