0

I want to change to the new window with C-a n. So How to create window next to current one in GNU screen?

If GNU screen can not do that, is there a alternative recommended?

Big Shield
  • 612
  • 5
  • 15

1 Answers1

0

GNU screen can do that like this: C-a :split -v

See this section of the documentation for more details: https://www.gnu.org/software/screen/manual/screen.html#Regions

ma-ti
  • 126
  • 8