I use vim a lot. I can open two files side by side with -O option:
$ vim -O hello.{h,cpp}
Today I tried screen:
`C-a |` => split terminal vertically.
`C-a <tab>` => switch to the new `region`
`C-a c` => run bash in this `region`
Can I create two terminals side by side like vim -O with one-line?