files doesn't open on a new tab #14884
Closed
volkan0x
started this conversation in
Feature Requests
Replies: 4 comments 5 replies
// Settings related to preview tabs.
"preview_tabs": {
// Whether preview tabs should be enabled.
// Preview tabs allow you to open files in preview mode, where they close automatically
// when you switch to another file unless you explicitly pin them.
// This is useful for quickly viewing files without cluttering your workspace.
"enabled": true,
// Whether to open tabs in preview mode when selected from the file finder.
"enable_preview_from_file_finder": false,
// Whether a preview tab gets replaced when code navigation is used to navigate away from the tab.
"enable_preview_from_code_navigation": false
},You're interested in this part of the default settings. |
3 replies
|
This is such a wired default that new user frustrates extremely. Imagine, after installation I just tried to open two text files in separate tabs. It is impossible without reading the manual and understanding the setting.json, seriously? |
1 reply
|
Ha, it was not even possible to create a new file. I wish good luck. |
0 replies
|
OK, I'm done with Zed. I tried it because it had good reviews. But even with I cannot for the life of me open two files at the same time in two tabs. What a frustrating default! |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
when i try to open a new file, it opens on top of the previous file
like this:
Screen.Recording.2024-07-21.at.02.23.47.mov
i want to open new files with a new tab is there any shortcut or smt? anyone knows how to do that?
All reactions