To split a pane in tmux, you can use the following commands:
-
Vertical Split: To split the current pane vertically (side by side), use:
Ctrl + b, then % -
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!
