MovingtoMars / liner

A readline-like library in Rust.
MIT License
74 stars 24 forks source link

support `~` vi command #51

Closed iamcodemaker closed 7 years ago

iamcodemaker commented 7 years ago

The ~ command flips the case of the character under the cursor. This probably won't work properly with unicode characters. I didn't test for that, and I'm not sure vim supports that properly either.