Select a color scheme for your Dotfyle experience

folke / which-key.nvim

which-key.nvim

๐Ÿ’ฅ Create key bindings that stick. WhichKey helps you remember your Neovim keymaps, by showing available keybindings in a popup as you type.
6106 1239 1 1 day ago
keybinding awesome-neovim
which-key.nvim displays a popup with key binding suggestions as you type a command. It is inspired by the original Emacs-Which-Key and vim-which-key plugins. It works with any timeout setting and correctly handles built-in and buffer-local mappings. It has built-in plugins for marks, registers, presets, and spelling suggestions. It can be easily configured and supports custom mappings with labels.

Breaking changes in which-key.nvim

53ba0a 10 months ago
feat!: which-key now requires Neovim >= 0.9

Media

Install instructions

Dotfyle does not endorse any plugins. Install at your own risk.
{
  "folke/which-key.nvim",
  event = "VeryLazy",
  init = function()
    vim.o.timeout = true
    vim.o.timeoutlen = 300
  end,
  opts = {
    -- your configuration comes here
    -- or leave it empty to use the default settings
  }
}

Developers using which-key.nvim

more configs
jdhao/nvim-config
/
3671 init.lua 52 4076
xero/dotfiles
/neovim/.config/nvim
2030 init.lua 35 3751
rafi/vim-config
/
1910 init.lua 85 7760
ecosse3/nvim
/
1289 init.lua 83 6738