mac os x byobu vertical split using iTerm, tmux, zsh

7,187

Solution 1

You can use screen escape key to do that:

Ctrl + A and then % for vertical split or | for horizontal split.

For whole list: Ctrl + A and after that ?.

Solution 2

Ctrl + F2 is associated to Mac shortcut 'Move focus to the menu bar'. That might be why it is not working for you.

Solution 3

You can also use shift + the arrow keys.

  • left and right for vertical splits, and
  • up and down for horizontal splits.
Share:
7,187

Related videos on Youtube

andilabs
Author by

andilabs

Andrzej Kostanski always open for cooperation. See my cv: http://andilabs.com/cv/cv.pdf experienced backend engineer working mostly with python based stacks. founder of Andilabs Python dev shop from Warsaw, Poland http://andilabs.com/ after hours I am a big fan of an active lifestyle and triathlon 🏊🚴🏃 http://anditriathlon.com

Updated on September 18, 2022

Comments

  • andilabs
    andilabs over 1 year

    How to get vertical split on Mac OS X in byobu?

    Ctrl + F2 is not working. It open new window instead of spliting the current.

    In oposite spliting horizontaly with shift + F2 works ok.

    • nedned
      nedned over 5 years
      I've disabled every control modifier shortcut I can find in the keyboard shortcuts and control+F-keys are still not being sent to the terminal. Most frustrating :/
    • Admin
      Admin almost 2 years
      This still seems to be a problem in Mac OS Monterey.
  • Admin
    Admin almost 2 years
    Yes, but disabling the Mac shortcut (in System Preferences -> Keyboard -> Shortcuts -> "Move focus to the menu bar") does not fix the problem.