NOTE: I'm no longer using telescope. So active development has decelerated on the repository.
telescope-windows
is an extension for
telescope.nvim that lists windows.
In viml:
:Telescope windows
In lua:
require("telescope").extensions.windows.list()
Running windows
and list windows.
Selecting one, you can focus it.
This is distributed under the MIT License.