Page 1 of 1

Can I move a tab to a new separate window

Posted: 22 Apr 2025 14:04
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?

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

Posted: 22 Apr 2025 14:27
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>";");