spyder-ide / spyder-vim

A plugin for Spyder to enable Vim keybindings

Home Page:https://www.spyder-ide.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can we use FakeVim?

mvds314 opened this issue · comments

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.

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

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