v0.0.3: rename key bindings API
Pre-release
Pre-release
- BREAKING: Key bindings API was renamed.
KeyBindMatcher
→KeybindDispatcher
KeyBinds
→Keybinds
KeyBind
→Keybind
- BREAKING: Some methods were renamed.
KeybindDispatcher::timeout
→KeybindDispatcher::set_timeout
- Support termwiz as optional
termwiz
feature. - Allow modifiers in upper case like
CTRL
. - Implement
KeybindDispatcher::bind
andKeybindDispatcher::add
methods for easily defining key bindings.