JavaScript Implementation of VIM

javascript, vim

Solution

You should have a look to Vim.js a full Vim written in Javascript, works in your browser

- Persistent ~/.vimrc

- Execute JavaScript from Vim.js

- Read local files

- Read files from Dropbox

Have fun !

http://coolwanglu.github.io/vim.js/web/vim.html

If you want something faster there is a VI implementation made by some MIT student here: http://web.mit.edu/~georgiou/www/vi/

Problem

I'm looking for variants of Vi implemented in Javascript. Unfortunately, I've been getting all types of results of configuring Vim for writing JavaScript code. The only helpful result I've found is JSVI. Question: are there any other (perhaps more modern) impelmentations I should look into?

Original source