Vscode: Ctrl+P Opens a file in a same tab.

Created on 8 Sep 2016  路  2Comments  路  Source: microsoft/vscode

  • VSCode Version: 1.4
  • OS Version: Windows 7

Steps to Reproduce:

  1. Ctrl+P Opens a file in a same tab.
  2. It should open in a different tab.

Most helpful comment

"workbench.editor.enablePreviewFromQuickOpen": false

All 2 comments

Is your current tab set to stay open? (It probably isn't if you just opened a file and haven't made any changes.)

Try pressing Ctrl+K, Enter (or Ctrl+Shift+P and search for 'keep') to keep that editor open. Then, try to Ctrl+P and open another file--it should appear in a new tab.

"workbench.editor.enablePreviewFromQuickOpen": false

Was this page helpful?
0 / 5 - 0 ratings