I searched unsuccessfully Screen's info manual in Emacs by C-s. I was not able to search all nodes at once.
I can create a split by
C-a S
in Screen, move between them by
C-a TAB
and close them by
C-a X
However, I cannot launch anything on them. I have now two same windows in two splits.
I want to start a new session in other split, similarly as in Vim by
:args newFile
How can you start a new session in the second split?