Curious, want to try it yourself before you flame it to death for being in python 2 or claiming to be remotely plausible as a vim substitute?<p><pre><code> git clone https://github.com/iogf/vy
cd vy
virtualenv .
./bin/pip install untwisted pygments
./bin/python setup.py install
</code></pre>
You'll probably want to edit /vyapp/plugins/toggle_mode.py to use a KeyPress binding that is valid for your platform at this point, or you'll get:<p><pre><code> _tkinter.TclError: bad event type or keysym "Apostrophe"
</code></pre>
...and finally,<p><pre><code> ./bin/vy
</code></pre>
Right, now you can start playing wading your way through <a href="https://github.com/iogf/vy/blob/master/INTRO.md" rel="nofollow">https://github.com/iogf/vy/blob/master/INTRO.md</a> and try to understand the command syntax.<p>Good luck!<p>Vim clones are a dime a dozen; this is actually an entirely different thing, and although I can't imagine actually using it for anything... it's interesting to see people work on different approaches to text editors.<p>A simple hackable python text editor may not be useful in the long term for anything (for all the reasons about distributing python and python performance limitations), but its certainly viable for prototyping interesting features.