Live data from Hacker News

Vim.wasm

rhysd.github.io

141–150 of 291 posts

Re: Vim.wasm

#141
post #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.

Something else to try is Ctrl-3. This commonly gives the ESC code.

Re: Vim.wasm

#143
post #135

This is pretty dope, but I'm terrified about the fact that Firefox lets it take over Ctrl+L, Ctrl+1, or any other way (that I can find, at least) of breaking out of Vim with a keyboard aside from closing the tab with Ctrl+W - which is even more terrifying since I use that in Vim a ton, too :O ...but this is pretty cool :D

The actual issue is that Windows and Linux don't properly use a ‘super’ key―while the ‘Win’ key is sitting there uselessly. Ironically, MS' own ‘ergonomic’ (cough) keyboards have gigantic Win keys, right under the thumbs which are the strongest digits. These keys are great to use on Mac, it's an eye-opener as to how the historical keyboard mutations ended up in just the wrong way for two platforms (and for Emacs). I…

I’d love to hear your take on the nonsensical shape and staggered key layout. Do you have suggestions for keyboards that do away with this?

I have myself been looking at https://ergodox-ez.com/ but I’d love to hear of alternatives, especially if you have first hand experience on them.

Re: Vim.wasm

#144
post #7

I 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.

We have strayed too far from RMS's light

No, I think the proper persons to look to are the C/Unix folks from bell labs where simplicity and pragmatism ruled.

RMS means well but GNU is a bloated mess.

Re: Vim.wasm

#145

Does anyone know if lynx plans on supporting wasm? I'd like to try this editor in a terminal.

You might be on to something here. I could see this editor working really well in a terminal environment.

Re: Vim.wasm

#146

Does anyone know if lynx plans on supporting wasm? I'd like to try this editor in a terminal.

What's a terminal? Every kid knows that anything that doesn't run in a browser can't be software.

Re: Vim.wasm

#148
post #131
post #7

I 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.

Ctr+[ Vim-ing on devices with not physical Esc key makes you get used to this (default configured, no extra keymapping required) Esc alternative :P

Frankly I prefer Ctrl-[ over Esc because it requires less hand movement.

Re: Vim.wasm

#149
post #131

Earlier quoted context omitted.

Ctr+[ Vim-ing on devices with not physical Esc key makes you get used to this (default configured, no extra keymapping required) Esc alternative :P

Frankly I prefer Ctrl-[ over Esc because it requires less hand movement.

Rebound my caps lock to escape and never looked back!

Re: Vim.wasm

#150
post #7

I 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.

:imap jk Will change your life man.

Hah that’s good one! I need to take a vacation and re-examine my vim life. So many good things to explore and muscle memory to tweak.
Post reply on HN