Live data from Hacker News

Vim.wasm

rhysd.github.io

11–20 of 291 posts

Re: Vim.wasm

#11
Any 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?

Re: Vim.wasm

#12
Unfortunately it's not working on my android phone with hacker keyboard (full keyboard with esc). There are also horizontal lines across the screen that should not be there.

Re: Vim.wasm

#13
I am impressed that

    :imap jk 
    :imap kj 
works great. However it seems like outer and inner text objects aren't working at all. E.g. daw, ci)

Re: Vim.wasm

#14
sorry 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!"

Re: Vim.wasm

#16

Where’s the escape key on my iPhone?

Try:

Ctrl and [

That should send the same as Esc (ASCII 27).

I seem to remember this working on a new iPad Pro keyboard.

Re: Vim.wasm

#17
post #11

Any 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?

Only if your plugins are Vimscript only

Re: Vim.wasm

#18
post #11

Any 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?

Would be even more awesome with plain nvi support :)

Re: Vim.wasm

#20
post #14

sorry 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!"

For the moment I'm going with hack.

I hope the author will work out some of these kinks so that it becomes usable !

Post reply on HN