|
|
|
|
|
by guiraldelli
1176 days ago
|
|
> They either break from Vim's model (kakoune, helix) or follow Vim along with all it's flaws (Neovim, Vis). I am sincerely curious of what flaws from Vim has Vis inherited, in your opinion. I have the impression that the design idea of Vis is taking only the modal design of Vi (not Vim), plus the structural regular expressions of Sam, then make it as clean as possible with programmability via Lua plugins. In fact, the state non-goals [1] seems to clearly distant itself from Vim. [1]: https://github.com/martanne/vis#non-goals |
|