I am trying to open new Listers in single-display mode, but
Go FROMSEL NEW=nodual
creates Listers with two folder trees and
Go FROMSEL NEW=nodual,notree
creates Listers with zero folder trees.
I'd like to have one folder tree, just like using
Set DUAL=off
I tried to run this as an embedded command, like so
Go FROMSEL NEW
[
Set DUAL=off
]
Unfortunately, only the first new Lister gets set to single display.
Is there a suitable argument for the Go command?