Using Byobu, how do you split the screen when using PuTTY?

10,625

Solution 1

I know this is an old question - but in case you did not get any answer....

I just started using Byobu with PuTTY, and found that I can use Ctrl+A, % to split the screen vertically and Ctrl+A, | to split the active pane horizontally.

These key commands are based on the screen program. You can find more at the screen man page.

Obviously Ctrl+A is the prefix I'm using, change that to whatever prefix you are using.

Hope this helps someone!

Solution 2

In my mapping, I use CtrlA to move to beginning of line, and the escape char is F12. so it becomes:

F12% to split vertically; and
F12| (pipe Shift\) to split horizontally

Share:
10,625

Related videos on Youtube

Nikos
Author by

Nikos

Want me to come and train your developers? Reach out to me at nikoskatsikanis.com/

Updated on September 18, 2022

Comments

  • Nikos
    Nikos over 1 year

    When running Byobu, how do you split the screen when using PuTTY?

    Pressing Ctrl+F2 just prints a character in the terminal.

  • Waldemar Wosiński
    Waldemar Wosiński almost 7 years
    Are there more commands that we can use with screen escaping? A link to a list of them would be great.
  • James
    James over 5 years
    And Ctrl-A, Tab switched focus between splits.