Can I move a tab to a new separate window

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
iltrex
Posts: 2
Joined: 22 Apr 2025 13:56

Can I move a tab to a new separate window

Post by iltrex »

I have 3 tabs open. I would like to drag and drop one tab outside of the main window, to create a separate XYplorer window with that Tab (like I can drag a tab in chrome to create a new Chrome).
is this supported?

highend
Posts: 14431
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Can I move a tab to a new separate window

Post by highend »

No but you could instead run a script (toolbar button, user defined command with a keyboard shortcut, catalog, ...) that take the current tabs path and created a new instance with it:

Code: Select all

run lax("<xy>" /new /script="#353; goto "<path a>";");
One of my scripts helped you out? Please donate via Paypal

Post Reply