Vim.js - JavaScript port of Vim
coolwanglu.github.io
Vim.js - JavaScript port of Vim
1–10 of 107 posts
Re: Vim.js - JavaScript port of Vim
#2Re: Vim.js - JavaScript port of Vim
#3 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
#4Re: Vim.js - JavaScript port of Vim
#5Re: Vim.js - JavaScript port of Vim
#6Re: Vim.js - JavaScript port of Vim
#7Really 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.
(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
#8Really 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.)