nvimtools / hydra.nvim

hydra.nvim

Create custom submodes and menus
270 47 3 2 days ago
keybinding awesome-neovim
hydra.nvim implements the Emacs Hydra package concept in Vim, enabling a sequential execution of keybindings by activating a "head" with a single key press. The Hydra is interrupted by pressing a key that is not part of the sequence.

Install instructions

Dotfyle does not endorse any plugins. Install at your own risk.
{
    "nvimtools/hydra.nvim",
    config = function()
        -- create hydras in here
    end
}

Developers using hydra.nvim

more configs
yutkat/dotfiles
/.config/nvim
940 init.lua 208 10595
vsedov/PoloVim
/
86 init.lua 216 46928
willothy/nvim-config
/
65 init.lua 103 15034
mimikun/dotfiles
/dot_config/nvim
31 init.lua 324 33899