Split Panes in tmux
From the tmux cheat sheet ยท Panes ยท verified Aug 2026
Split Panes
Split the current pane vertically or horizontally.
bash
# Ctrl-b % left and right
# Ctrl-b " top and bottom๐ -h creates left and right panes
๐ -v creates top and bottom panes
๐ก -c starts the pane in a chosen directory
๐ -p sets the new pane size as a percentage
panessplitlayout
Continue with tmux
Save the full cheat sheet or work through every related task.