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.
Vim.js - JavaScript port of Vim
21–30 of 107 posts
Re: Vim.js - JavaScript port of Vim
#22Earlier 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
#23Re: Vim.js - JavaScript port of Vim
#24Earlier 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
#25"ciw" doesn't work.
Re: Vim.js - JavaScript port of Vim
#26[deleted]
Re: Vim.js - JavaScript port of Vim
#27Who wants to make a javascript emacs? you could call it emscriptenmacs..
Re: Vim.js - JavaScript port of Vim
#28For Vimium users: don't forget to enter the insert mode in your browser first ;)
Re: Vim.js - JavaScript port of Vim
#29Rule 34 for software: If it exists, there IS a javascript port of it.
Re: Vim.js - JavaScript port of Vim
#30Lots 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.