Can anyone think of a sane way to make this integrate with github?
Vim.js - JavaScript port of Vim
31–40 of 107 posts
Re: Vim.js - JavaScript port of Vim
#32Re: Vim.js - JavaScript port of Vim
#33Re: Vim.js - JavaScript port of Vim
#34Earlier quoted context omitted.
Chrome and Firefox. Probably IE too.
Not on Linux, where the 'previous page' action is mapped to Alt-left by default. After being initially frustrated, I got really used to Alt-Left for going back. The reasoning behind it is pretty smart too, because numerous times backspace can result in the loss of data, like when you're filling up a form and you hit backspace outside of a text box.
Re: Vim.js - JavaScript port of Vim
#35Re: Vim.js - JavaScript port of Vim
#36Rule 34 for software: If it exists, there IS a javascript port of it.
http://www.codinghorror.com/blog/2007/07/the-principle-of-le...
And tlrobinson's Law (or corollary?): Any submission to Hacker News about a novel JavaScript program will contain a comment referencing Atwood's Law.
Re: Vim.js - JavaScript port of Vim
#37Really 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.
Hmm, actually it seems all the motions I tried didn't work :-(
http://vimdoc.sourceforge.net/htmldoc/motion.html#word-motio...