Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kyoh86/telescope-windows.nvim


https://github.com/kyoh86/telescope-windows.nvim

neovim neovim-plugin nvim nvim-plugin

Last synced: about 22 hours ago
JSON representation

Awesome Lists containing this project

README

        

# telescope-windows.nvim

NOTE: I'm no longer using telescope. So active development has decelerated on the repository.

`telescope-windows` is an extension for
[telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) that lists windows.

## Usage

In viml:

```viml
:Telescope windows
```

In lua:

```lua
require("telescope").extensions.windows.list()
```

Running `windows` and list windows.
Selecting one, you can focus it.

# LICENSE

[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg)](http://www.opensource.org/licenses/MIT)

This is distributed under the [MIT License](http://www.opensource.org/licenses/MIT).