Live data from Hacker News

Vim ported to iOS

applidium.com

21–30 of 133 posts

Re: Vim ported to iOS

#22

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 '\'

Latency. And for those who aren't 'almost always online.'

Re: Vim ported to iOS

#25

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

They remapped backslash to esc. Kind of a pain since you have to go through 2 keyboards to get to it, but it works.

How are you supposed to code without backslashes? Are they anticipating never needing to escape anything?

Re: Vim ported to iOS

#28
post #26

Interesting that they actually exit on ":q", which is prohibited by the iOS Human Interface Guidelines: http://developer.apple.com/library/ios/#documentation/UserEx... Also, ":Explore" and then "-", "-", "-"... works to browse the file system, or at least the parts allowed by the app sandbox

I think they're called "guidelines" for a reason, and nowhere in them is the word "prohibited" used.

Re: Vim ported to iOS

#29
post #28
post #26

Interesting that they actually exit on ":q", which is prohibited by the iOS Human Interface Guidelines: http://developer.apple.com/library/ios/#documentation/UserEx... Also, ":Explore" and then "-", "-", "-"... works to browse the file system, or at least the parts allowed by the app sandbox

I think they're called "guidelines" for a reason, and nowhere in them is the word "prohibited" used.

Except that in the vast majority of cases, not following them really hurts your chances of getting into the App Store.

Try to find a few other apps on the App Store that you can exit from within the app, to get a sense of just how much of a "guideline" this really is.

Re: Vim ported to iOS

#30
post #17

Earlier quoted context omitted.

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

It's hard to believe there are people who regularly use vim and still use escape.
Post reply on HN