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.
Vim.wasm
141–150 of 291 posts
Re: Vim.wasm
#142Re: Vim.wasm
#143This 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 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
#144I 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
RMS means well but GNU is a bloated mess.
Re: Vim.wasm
#145Does anyone know if lynx plans on supporting wasm? I'd like to try this editor in a terminal.
Re: Vim.wasm
#146Does anyone know if lynx plans on supporting wasm? I'd like to try this editor in a terminal.
Re: Vim.wasm
#147Re: Vim.wasm
#148I 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
Re: Vim.wasm
#149Earlier 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.
Re: Vim.wasm
#150I 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.