which-key.nvim
New
trial
which-key.nvim shows a popup of available keybindings as you type in NeoVim. We trial it as the command palette in the editor config.
Blurb
WhichKey helps you remember your Neovim keymaps, by showing available keybindings in a popup as you type.
Summary
Use which-key to make the leader-based keymap set discoverable, especially during the NeoVim ramp when muscle memory is still forming. It reads the desc attribute of keymaps, so little extra config is needed.
Details
- Upstream: https://github.com/folke/which-key.nvim
- Role: keybinding help popup in the NeoVim stack
- Requirements: NeoVim 0.9.4+
- Related: NeoVim, Telescope.nvim