... and the one feature they don't list: iCloud .vimrc sync!
Vim ported to iOS
21–30 of 133 posts
Re: Vim ported to iOS
#22What'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 '\'
Re: Vim ported to iOS
#23How about file management? Anyone know how files are stored/accessed?
Re: Vim ported to iOS
#24I'm confused, how does one use the esc key without a keyboard?
Re: Vim ported to iOS
#25I'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.
Re: Vim ported to iOS
#26Also, ":Explore" and then "-", "-", "-"... works to browse the file system, or at least the parts allowed by the app sandbox
Re: Vim ported to iOS
#27http://www.pieceable.com/view/bundle/p/a2a89/com.applidium.V...
As the docs say, if you want to leave insert-mode, you have to use the '\' key since there's no ESC.
Re: Vim ported to iOS
#28Interesting 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
Re: Vim ported to iOS
#29Interesting 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.
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
#30Earlier 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