Live data from Hacker News

Vim.js - JavaScript port of Vim

coolwanglu.github.io

21–30 of 107 posts

Re: Vim.js - JavaScript port of Vim

#21

Earlier quoted context omitted.

_I_ use backspace for navigation. What's the alternative? Use a mouse?

if you use vimium/vimperator/something else you can do shift+H to go backwards, shift+L to go forward.

Which would require me to press two keys instead of one.

Re: Vim.js - JavaScript port of Vim

#22
post #16

Earlier quoted context omitted.

No, at least for me (Firefox on Linux) Backspace doesn't do anything special.

The “backspace = back” behavior of Firefox is only enabled by default on Windows. The behavior is controlled by the about:config setting `browser.backspace_action` ( http://kb.mozillazine.org/Browser.backspace_action ).

Ah, thanks. I don't need it anyway :) Alt + Left/Right works fine.

Re: Vim.js - JavaScript port of Vim

#24
post #16

Earlier quoted context omitted.

No, at least for me (Firefox on Linux) Backspace doesn't do anything special.

The “backspace = back” behavior of Firefox is only enabled by default on Windows. The behavior is controlled by the about:config setting `browser.backspace_action` ( http://kb.mozillazine.org/Browser.backspace_action ).

It also appears to be enabled by default on Mac OS X.

Re: Vim.js - JavaScript port of Vim

#30
Lots of comments seem to expect some further web integration with various services but this looks like more of a prototype/proof-of-concept using emscripten.

Cool nonetheless.

Post reply on HN