akahuku / wasavi

wasavi is an extension for Chrome, Firefox, and Opera. wasavi changes a textarea element to virtual vi editor which supports almost all the vi/ex commands.
http://appsweets.net/wasavi/
Other
1.51k stars 66 forks source link

Plug other vim "engine" in wasavi extension #108

Open kidpixo opened 8 years ago

kidpixo commented 8 years ago

Hi, I really like wasavi, but I'm used to vim instead vi.

Would be hard to plug other vim Interpreter like coolwanglu/vim.js in the extension?

akahuku commented 8 years ago

Thank you.

It depends on code size. vim.js is a great project, but it takes a few seconds for the launch. vim.js powered wasavi will acts as follows:

Ctrl+Enter on a textarea -> ... 3 or 5 seconds ... -> launch!

Needless to say, this isn't good UX.