If you have multiple panes, for example 4 quadrants, you will need to jump to specific pane. To do that, know the pane number assignment first by pressing ctrl+b then q. It will show assigned pane numbers like so:
┌─────────────┬─────────────┐
│ 0 │ 2 │
├─────────────┼─────────────┤
│ 1 │ 3 │
└─────────────┴─────────────┘
To jump to a specific pane, there are two ways:
- Enter the command mode with
ctrl+bthen:. Enter this command:select-pane -t [pane-number](e.g.,select-pane -t 2) - Alternatively, you can do this but be very quick:
ctrl+bthenqthen[pane-number]