Navigate and Identify Panes in tmux

From the tmux cheat sheet ยท Panes ยท verified Aug 2026

Navigate and Identify Panes

Select panes by direction, number, or target.

bash
# Ctrl-b Arrow  select by direction
# Ctrl-b o      select next pane
โšก Ctrl-b q displays pane indexes
๐Ÿ“Œ Pane targets use session:window.pane
๐Ÿ’ก Directional selection works well in scripts
๐Ÿ” Pane IDs beginning with % are server-wide
panesnavigationtargets

Continue with tmux

Save the full cheat sheet or work through every related task.

More tmux tasks

Back to the full tmux cheat sheet