Can we use FakeVim?
mvds314 opened this issue · comments
mvds314 commented
Has anyone ever tried to make use of FakeVim?
FakeVim is library to emulate Vim in QTextEdit, QPlainTextEdit and possibly other Qt widgets.
It's on the same libraries are Spyder uses, and might already provide a lot of the VIM commends out of the box.
Carlos Cordoba commented
Hey @mvds314, thanks for the suggestion! Sounds like a very interesting idea but there no pip nor conda-forge packages for it. So the first step would be to compile it in conda-forge and then try to integrate it with Spyder (although it doesn't seem trivial).
Carlos Cordoba commented
This is the project site: https://github.com/hluk/FakeVim