When I open the command palette ( Ctrlor Cmd+ P), enter the file name and click Enter, the file will be automatically opened in preview mode.
Open file permanently
I want to be able to constantly open a file from the command palette. I know the settings "workbench.editor.enablePreviewFromQuickOpen"
, but this will disable the preview mode.
For example, selecting a file in the command palette and pressing Ctrl+ Enterwill open the file as Preview in a new Split view. I am looking for a similar shortcut to open the file forever.
Change 1
Bugfix: I meant the Quick view mode using Cmd+ P/ Ctrl+ P. The command palette is used to run commands and cannot search or open files.
source
share