Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kyoh86/telescope-windows.nvim
- Owner: kyoh86
- License: mit
- Created: 2021-03-28T16:25:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-14T00:58:37.000Z (over 1 year ago)
- Last Synced: 2023-08-14T02:41:39.312Z (over 1 year ago)
- Topics: neovim, neovim-plugin, nvim, nvim-plugin
- Language: Lua
- Size: 18.6 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).