Earlier quoted context omitted.
I think I finally understand Kafkaesque .
There is no escape.
Vim.wasm
31–40 of 291 posts
Re: Vim.wasm
#32Any plug-in support? Could I upload my vimrc to a server, then download it, apply it, and run :PlugInstall to get my vim setup in any web browser?
this is vim running in your browser, not some weird hybrid server-side vim thing that stores all your config files and plugins server-side in a per-user account but then transpiles them to wasm (regardless of plugin language) and sends them to the browser.
Re: Vim.wasm
#33Does anyone know if lynx plans on supporting wasm? I'd like to try this editor in a terminal.
Re: Vim.wasm
#34Running on Firefox and `Shift` generates a `^P` character.
Re: Vim.wasm
#35I 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.
Re: Vim.wasm
#36:w test
"test" E667: Fsync failed Warning: original file may be lost or damaged.
Re: Vim.wasm
#37This is absolutely incredible. I never thought this would be possible-- wasm opens a new phase of software development and deployment.