ulyssa / modalkit

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

OpenLine keys (o/O) need to set InsertStyle #25

Closed ulyssa closed 1 year ago

ulyssa commented 1 year ago

The Vim keybindings "o" and "O" are used to open new lines above or below the current one. Since they move into Insert mode, they need to set InsertStyle::Insert in the context.