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

https://github.com/hsayed21/neovim-keymaps-list

🔍 List and search all keymaps registered in your VSCode Neovim setup
https://github.com/hsayed21/neovim-keymaps-list

keymaps neovim nvim

Last synced: about 1 month ago
JSON representation

🔍 List and search all keymaps registered in your VSCode Neovim setup

Awesome Lists containing this project

README

          

# Neovim Keymaps List

A VS Code extension that displays and searches your Neovim keymaps directly within Visual Studio Code.

## Features

- **Search Keymaps**: Browse and search through all your custom Neovim keymaps
- **Multiple Modes**: Shows keymaps for all Neovim modes (Normal, Insert, Visual, etc.)
- **Quick Access**: Use the command palette to quickly find and view keymap details

## Requirements

- Neovim must be installed and accessible via the `nvim` command

## Usage

1. Open the Command Palette (`Ctrl+Shift+P` or `Cmd+Shift+P`)
2. Run the command "Search Neovim Keymaps"
3. Type to search through your keymaps by key combination, description, or mode

## License

MIT License - see [LICENSE.txt](LICENSE.txt) for details.