How to split a pane?

QuestionsQuestions8 SkillsProUser Account ManagementNov, 03 2025
0179

To split a pane in tmux, you can use the following commands:

  1. Vertical Split: To split the current pane vertically (side by side), use:

    Ctrl + b, then %
  2. Horizontal Split: To split the current pane horizontally (one on top of the other), use:

    Ctrl + b, then "

After splitting, you can navigate between panes using:

  • Ctrl + b, then arrow keys (←, →, ↑, ↓) to move to the desired pane.

Feel free to ask if you need more information!

0 Comments

no data
Be the first to share your comment!