Prompt for a window index to select
windows
// what it does
Prefix + `'` opens a status-line prompt asking for a window index, then selects that window. This is how you reach windows numbered 10 and up that the single-digit shortcuts can't hit.
// shortcut
Ctrl + b'
// gotcha
It expects the numeric index, not the window name — to jump by name use prefix + `f` (find-window) instead.