Yet another emacs/vim article, and I always look for an excuse to get excited but never can. It seems that the speed at which I think/code is much slower than the speed at which I type. So I can't imagine that I would benefit from skills in emacs/vim-fu. Is this preconception valid, or can anyone debunk?
Vim ported to iOS
51–60 of 133 posts
Re: Vim ported to iOS
#52Re: Vim ported to iOS
#53I was always using "Prompt" to connect to an ssh server and then use vim there with an external keyboard. But that's a nice touch.
Re: Vim ported to iOS
#54Re: Vim ported to iOS
#55i ended up getting an asus transformer prime that has a keyboard dock and the keys can be rebound to your like (esc, ctrl, etc) and it's the closest to the "real thing" experience i have found on a tablet
Re: Vim ported to iOS
#56Awesome news! I was searching on Cydia the other day to see if there was a vim package available... but I'm definitely happy to see this.
Re: Vim ported to iOS
#57I'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
#58Re: Vim ported to iOS
#59Does one edit remote files locally, and compile/run remotely? (the benefit is the editing feels instant - no keystroke latency.)
Or has Apple let up on the "no coding for you!" iPad/iPhone terms? (I thought they would eventually, once their dev environment is firmly established - and they'll have to, if/when they adopt iOS on their {lap,/desk}tops - but maybe today is not yet that day. iOS devices sell macs as dev machines)
Re: Vim ported to iOS
#60Yet another emacs/vim article, and I always look for an excuse to get excited but never can. It seems that the speed at which I think/code is much slower than the speed at which I type. So I can't imagine that I would benefit from skills in emacs/vim-fu. Is this preconception valid, or can anyone debunk?
This is a circular argument (or some sort of thing like that), but if you ever find yourself at a *nix command line prompt and need to edit a file, you can be certain that vim will be available. Basic familiarity with it can be helpful. Personally, I used to write a ton of perl inside Vim as a student, but these days I'm in VS all the time, and only use Vim like I would use Notepad - when I want to do quick edits in…
For a little more you can get it for SSMS, too. What's really fun is highlighting stuff with visual mode and just hitting F5. Need to run a subquery? Get the cursor somewhere in there and vi( F5. And macros sure help with repetitive sql constructs.