ulyssa / modalkit

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

Vim's "C" keybinding needs its count offset by one #94

Closed ulyssa closed 1 year ago

ulyssa commented 1 year ago

The C keybinding in Vim's Normal mode uses MoveType::LinePos, which needs to use Count::MinusOne in order to target just the current line.