Live data from Hacker News

Vim ported to iOS

applidium.com

11–20 of 133 posts

Re: Vim ported to iOS

#11

I'm confused, how does one use the esc key without a keyboard?

As explained on the splashscreen, they've remapped that to backslash. I suspect it'd be much more useful with a BT keyboard - lack of ctrl and tab for a start.

The font is pretty ugly too - I can't easily tell the difference between q and g.

However, it is a neat hack, if not very usable.

Re: Vim ported to iOS

#17
post #10

"Unfortunately, without an escape key it’s not possible to leave insert mode. That’s why by default the backslash key (‘\’) is mapped to the ‘Esc’ key. You’re free to overwrite this setting by unmapping the backslash key." from http://applidium.com/en/applications/vim/support/

That's great for browsing but I can't picture coding in an editor where I need to stop and look for common command keys. At the moment vim is efficient because [esc]10dd or something but it's just not viable without a keyboard. For reviewing code or making quick edits however this could be incredible.

I wonder if it supports plugins.

Re: Vim ported to iOS

#18

I'm confused, how does one use the esc key without a keyboard?

As explained on the splashscreen, they've remapped that to backslash. I suspect it'd be much more useful with a BT keyboard - lack of ctrl and tab for a start. The font is pretty ugly too - I can't easily tell the difference between q and g. However, it is a neat hack, if not very usable.

[deleted]

Re: Vim ported to iOS

#19
post #17
post #10

"Unfortunately, without an escape key it’s not possible to leave insert mode. That’s why by default the backslash key (‘\’) is mapped to the ‘Esc’ key. You’re free to overwrite this setting by unmapping the backslash key." from http://applidium.com/en/applications/vim/support/

That's great for browsing but I can't picture coding in an editor where I need to stop and look for common command keys. At the moment vim is efficient because [esc]10dd or something but it's just not viable without a keyboard. For reviewing code or making quick edits however this could be incredible. I wonder if it supports plugins.

    nnoremap jk 

Re: Vim ported to iOS

#20
What's the biggest advantage over SSHing to your server? Is the interface optimized?

I mean, you're almost never offline these days, so local storage can't be it, right?

I suggest mapping 'jj' to ESC rather than '\'

Post reply on HN