-
Notifications
You must be signed in to change notification settings - Fork 286
Open
Labels
feature-requestRequest for a feature to existing moduleRequest for a feature to existing modulemini.clue
Description
Contributing guidelines
- I have read CONTRIBUTING.md
- I have read CODE_OF_CONDUCT.md
Module(s)
mini.clue
Description
I think it would be helpful to support arrays in the initialization of the triggers,
would change something like
{ mode = 'n', keys = "'" },
{ mode = 'n', keys = '`' },
{ mode = 'x', keys = "'" },
{ mode = 'x', keys = '`' },
to this
{ mode = { 'n', 'x' }, keys = { "'", '`' } },
Metadata
Metadata
Assignees
Labels
feature-requestRequest for a feature to existing moduleRequest for a feature to existing modulemini.clue