Next window

windows

// what it does

Prefix + `n` runs next-window, advancing to the next-higher window index and wrapping from the highest back to the lowest. It's the counterpart to `p` for cycling forward through windows.

// shortcut

Ctrl + bn

// gotcha

Ordering is purely by window number, so after renumbering or closing windows the "next" one may not be what you expect; it ignores recency entirely.