Skip to content

tinmarino/vim.js

 
 

Repository files navigation

Vim.js : JavaScript port of Vim

by Tinmarino

See demo there

https://tinmarino.github.io/vim.js/web/vim.html

Compile

The EXPORTED_FUNCTIONS must be setted in emscripten/src/setting.js

var EXPORTED_FUNCTIONS = [ '_main', '_input_available', '_gui_web_handle_key', '_gui_send_mouse_event', '_gui_mouse_moved', ];

Old readme by Lu Wang

A Tool/Toy for Non-Beginners

by Lu Wang

Variations

Recommended browsers: Firefox, Chrome, IE

Vim.js Features

  • ASM.js enabled
  • Persistent ~/.vimrc
  • Execute JavaScript from Vim.js
  • Read local files
  • Read files from Dropbox

Run :e $VIM/vimrc for more detail.

Vim Features

The online demo is built with the small feature set (--with-features=small), with also a few from the normal set. Run :version to check details. (--with-features=normal is too large and too slow for online usage.)

Some features can be requested via pull requests, some are not intended to be included. Please discuss with me first before you work on a PR.

Tips for hackers

  • Need emscripten with ASYNCIFY enabled
  • Need GCC & cproto (maybe) — Sometimes you need to run make proto when you see errors about 'undeclared variables/functions/structs' or '***.pro' file not found
  • Read build.sh
  • The building process might take lots of memory

Contact

Lu Wang coolwanglu(a)gmail.com — please do not expect a prompt response.

License

Read LICENSE

About

JavaScript port of Vim

Resources

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
LICENSE.gplv2

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 49.5%
  • Vim Script 42.7%
  • Roff 2.0%
  • Makefile 1.8%
  • C++ 1.0%
  • Objective-C 0.6%
  • Other 2.4%