Select a color scheme for your Dotfyle experience

folke / which-key.nvim

which-key.nvim

πŸ’₯ Create key bindings that stick. WhichKey is a lua plugin for Neovim 0.5 that displays a popup with possible keybindings of the command you started typing.
4395 689 2 6 days 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.

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
/
3172 init.lua 37 3730
xero/dotfiles
/neovim/.config/nvim
1885 init.lua 31 3478
rafi/vim-config
/
1820 init.lua 91 8053
ecosse3/nvim
/
1138 init.lua 67 7358