Split, Create and Close Tmux Screen In Linux

Split Tmux Screen Horizontally


CTRL+B %

Split Tmux Screen Vertically


CTRL+B "

Navigate To The Previous Window

We can navigate with p and n keys

CTRL+B p     will naviagte to previous windows
CTRL+B n     will navigate to next window

Kill Pane

To kill a tmux pane CTRL+B x key combination is used.

Comments