Skip to content

Allow arrays of modes and keys #2192

@mintoya

Description

@mintoya

Contributing guidelines

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions