nextvi
nextvi copied to clipboard
Next version of neatvi (a small vi/ex editor) for editing bidirectional UTF-8 text
This is by far my favorite VI clone EVER! It's beautiful, simple, extensible, hackable, portable. It's exactly what I have been looking for for years. Thank you for making this...
Releases
Making relases would be useful for packaging. I understand for a small/mature project it could be cumbersome, but it doesn't have to be more than snapshots' handles, with a monotonic...
I was wondering if it's possible to switch from variable length arrays to normal static arrays. I'm porting nextvi to 9front, and the compiler doesn't support them.
Hi, I've been trying to implement a patch to implement `vim`'s (inconsistent, tbf) `d/c/yw`, but I've run into trouble implementing it. I think that the logic for this should go...
is there any way of making lines in neatvi span over more than one visual lline, like in other vi editors? i could'nt find a way and i'm still not...
Some people may want to customize their keybinding a little bit without spending hours looking "Oh I forgot to change this switch statement." An example of that is changing `hjkl`...
Hi, The syntax highlighting pattern for standard Python strings fails with embedded escaped quotes. These two patterns produce the expected highlighting. I used separate patterns because it is easier for...
Hi, With the addition of the exclamation mark and equal in regex, it should be possible to highlight multiline docstrings. I have been experimenting and have not succeeded. Has anyone...