Skip to content

Support non-normal keybinds #22

@musjj

Description

@musjj

Is your feature request related to a problem? Please describe.
The ability to lazy load a plugin using non-normal keybinds would be pretty useful.

Describe the solution you'd like
Something similar to: wbthomason/packer.nvim#1063

{
  "a" -- normal mode
  { "i", "b" } -- insert mode
  v = "c" -- visual mode
  x = { "d", "e" } -- select mode
}

Describe alternatives you've considered
I think this can be somewhat achieved using manual mappings in init = ..., but something more declarative would be nice.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions