Kirawi

Results 336 comments of Kirawi

Duplicate-ish of https://github.com/helix-editor/helix/issues/2311

We could possibly dump the `Document`'s `ChangeSet` directly to the temporary file since it's unlikely that users will make radically large changes that would negate the space benefit of simply...

@cessen How about file compression then? If I was editing a big file for whatever reason and Helix crashed, I wouldn't want it to write it completely down. File compression...

I'll try to tackle this.

I don't think it would be the best choice for soft wrapping because graphemes would be iterated over twice: once to calculate the wrapping, and again to render the text....

Adding support for Windows to `zellij` might be a more straightforward path.

Is there still interest in this feature being implemented?

I'll give this issue a shot in the coming days.

What is the difference between `ActiveModel` and `Model`?