Live data from Hacker News

Vim.js - JavaScript port of Vim

coolwanglu.github.io

1–10 of 107 posts

Re: Vim.js - JavaScript port of Vim

#3
Really cool! It even supported doing things like:

    inoremap jj `^
Backspace ended up triggering the browser's back action though. Other than that, this is really nice.

Edit: After looking at the source, this seems to make use of emscripten to reuse Vim's existing source code. This really makes me wonder what other cool things we can bring over to the client side.

Re: Vim.js - JavaScript port of Vim

#7
post #3

Really cool! It even supported doing things like: inoremap jj `^ Backspace ended up triggering the browser's back action though. Other than that, this is really nice. Edit: After looking at the source, this seems to make use of emscripten to reuse Vim's existing source code. This really makes me wonder what other cool things we can bring over to the client side.

… There are still browsers that use backspace for navigation?

(I'm a little surprised by this because I've seen so many complaints about it leading to data loss.)

Re: Vim.js - JavaScript port of Vim

#8
post #3

Really cool! It even supported doing things like: inoremap jj `^ Backspace ended up triggering the browser's back action though. Other than that, this is really nice. Edit: After looking at the source, this seems to make use of emscripten to reuse Vim's existing source code. This really makes me wonder what other cool things we can bring over to the client side.

… There are still browsers that use backspace for navigation? (I'm a little surprised by this because I've seen so many complaints about it leading to data loss.)

Chrome and Firefox. Probably IE too.
Post reply on HN