Skip to content

v0.0.3: rename key bindings API

Pre-release
Pre-release
Compare
Choose a tag to compare
@rhysd rhysd released this 17 Feb 16:09
· 109 commits to main since this release
  • BREAKING: Key bindings API was renamed.
    • KeyBindMatcherKeybindDispatcher
    • KeyBindsKeybinds
    • KeyBindKeybind
  • BREAKING: Some methods were renamed.
    • KeybindDispatcher::timeoutKeybindDispatcher::set_timeout
  • Support termwiz as optional termwiz feature.
  • Allow modifiers in upper case like CTRL.
  • Implement KeybindDispatcher::bind and KeybindDispatcher::add methods for easily defining key bindings.