This repository was archived by the owner on Apr 15, 2026. It is now read-only.
0.19.0
### Breaking changes Change default binding for backspace to `deleteCharBackward`, drop `deleteCodePointBackward`/`Forward` from the library. `defaultTabBinding` was removed. ### Bug fixes Drop Alt-d, Alt-f, and Alt-b bindings from `emacsStyleKeymap` (and thus from the default macOS bindings). `deleteCharBackward` and `deleteCharForward` now take atomic ranges into account. ### New features Attach more granular user event strings to transactions. The module exports a new binding `indentWithTab` that binds tab and shift-tab to `indentMore` and `indentLess`.