Things that doesn't work starts from where you might need to change word "ciw", visually select word "viw".
Vim.wasm
41–50 of 291 posts
Re: Vim.wasm
#42This is absolutely incredible. I never thought this would be possible-- wasm opens a new phase of software development and deployment.
Or just use regular Vim and not think that everything needs to run inside of a web browser, especially if you value user privacy and computer resources.
Re: Vim.wasm
#43This is absolutely incredible. I never thought this would be possible-- wasm opens a new phase of software development and deployment.
Or just use regular Vim and not think that everything needs to run inside of a web browser, especially if you value user privacy and computer resources.
Re: Vim.wasm
#44Will wasm ever use html/css properly? Or will it just be more like flash?
Re: Vim.wasm
#45Earlier quoted context omitted.
Or just use regular Vim and not think that everything needs to run inside of a web browser, especially if you value user privacy and computer resources.
Would be nice to be able to use vim (or any other editor of your choice) in web text boxes.
Re: Vim.wasm
#46sorry for being dense, but I can't seem to save files or do anything seemingly practical. Is there any practical use cases for this library, or is this purely along the lines of "Hey checkout this cool hack!"
When I was working on the Sage Notebook, circa 2007, I made the best textarea-IDE I could... folks requested vim and emacs bindings but browsers just weren't ready. Heck, I wrote my own javascript console because iirc only Firefox had one at the time, I digress... I look forward to a vim plugin for the IPython notebook!
Re: Vim.wasm
#47This is absolutely incredible. I never thought this would be possible-- wasm opens a new phase of software development and deployment.
Or just use regular Vim and not think that everything needs to run inside of a web browser, especially if you value user privacy and computer resources.
Re: Vim.wasm
#48I thought I was getting stuck in insert mode, and I got fairly frustrated before realizing my Vim keybindings browser extension was grabbing ESC and keeping it from this weird browser-Vim. We brought this abomination on ourselves.