ulyssa / modalkit

A Rust library for building modal editing applications
Apache License 2.0
49 stars 5 forks source link

Add MacroAction::Run variant to make custom keybindings easier #134

Closed ulyssa closed 4 months ago

ulyssa commented 4 months ago

This adds a MacroAction variant that fetches the macro from the String argument instead of looking up the macro from the specified register. This should make it easier to implement simple keybindings that map to a series of kepresses in iamb for now.