Feature Request: Allow Ctrl + T to open new tabs inside the active folder #13669
Replies: 3 comments 2 replies
|
I would like to work on a PR for this, assuming nobody else has already started? |
|
Yeah I ran into this problem when doing research, this would be a really nice productivity boost. |
|
I was trying everything possible to find a fix like today LOL. I even tried adding an element with script from google AI so I'd have a clickable link directly to my new tab page inside all webpages so I could hover over it and do ctrl+middle click and get a new tab inside folder, but the element (probably since I put the java script into an extension) treats it as part of the browser framework ;-;. Idk what else I can do with the element idea to help make zen browser smoother overall but if I think of something I'll probably add it on here. At least I ended up finding a way to make changing pre-pinned urls change fast to new url and without needing to bookmark > drop on top of the pre-pinned tab (Only intend to bookmark actual staple websites). After I realized you can right-click on the pre-pinned tab and then go through the menu to force-edit the url that way too, I asked google AI for a shortcut to that window and it DELIVERED✨: I named my bookmark like it suggested '📍 Change Pin URL' (I liked it lol). If it makes your life easier, enjoy! :D |
Uh oh!
There was an error while loading. Please reload this page.
Current Behavior:
Currently, when viewing a tab that is grouped inside a folder, creating a new tab using the keyboard shortcut Ctrl + T (or clicking the new tab button) spawns the new, blank tab outside of the active folder. Even when modifying core settings like browser.tabs.insertAfterCurrent to true, Zen Browser's vertical sidebar places the manual new tab at the bottom of the tab list or in the root workspace, requiring users to manually drag it back into the folder.
Desired Behavior:
When a user is focused on a tab that is inside a folder, pressing Ctrl + T should automatically spawn the new blank tab inside that same folder, directly adjacent to the active tab.
Why this is important:
Thanks for all the hard work on the browser!
All reactions