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
- Host: GitHub
- URL: https://github.com/hsayed21/neovim-keymaps-list
- Owner: hsayed21
- License: mit
- Created: 2025-06-28T03:13:59.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-28T03:24:22.000Z (12 months ago)
- Last Synced: 2025-06-28T04:25:53.859Z (12 months ago)
- Topics: keymaps, neovim, nvim
- Language: TypeScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.