spyder-ide / spyder-vim

A plugin for Spyder to enable Vim keybindings
https://www.spyder-ide.org
MIT License
126 stars 26 forks source link

Can we use FakeVim? #91

Open mvds314 opened 1 year ago

mvds314 commented 1 year ago

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.

ccordoba12 commented 1 year ago

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).

ccordoba12 commented 1 year ago

This is the project site: https://github.com/hluk/FakeVim