nice but `backspace` then I returned to > https://news.ycombinator.com/item?id=6899072
Vim.js - JavaScript port of Vim
11–20 of 107 posts
Re: Vim.js - JavaScript port of Vim
#12Re: Vim.js - JavaScript port of Vim
#13Really 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
#14Re: Vim.js - JavaScript port of Vim
#15Earlier quoted context omitted.
… 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.)
_I_ use backspace for navigation. What's the alternative? Use a mouse?
Re: Vim.js - JavaScript port of Vim
#16Earlier quoted context omitted.
… 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.
Re: Vim.js - JavaScript port of Vim
#17Earlier quoted context omitted.
… 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.
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
#18Re: Vim.js - JavaScript port of Vim
#19Re: Vim.js - JavaScript port of Vim
#20Earlier quoted context omitted.
Chrome and Firefox. Probably IE too.
No, at least for me (Firefox on Linux) Backspace doesn't do anything special.