Move Lister To The Other Pane

Hi, I am trying to move the open lister from Left to Right if the active lister is on the left, or from Right to Left if the active lister is on the Right.

GO {f} OPENINDEST NEWTAB
Set FOCUS=Toggle

This doesn't do exactly what I'm looking for, because it does not close the lister on the active side when it opens one on the other side. Also, it would be better if file selections are retained.

Go TABMOVE by itself will move the active file display into a tab on the other side of a dual-display lister, including the file selection.

(You can also simply drag a tab from one side to the other for the same result. Or between separate windows.)

Doing that will place the moved tab in the background. If you want it to be activated, use this command:

Go TABMOVE Set SOURCE=Toggle Go TABSELECT=last

Works like a charm... thanks Leo. Time to upgrade v10, I didn't even know it was out! :wink: