Live data from Hacker News

How do you move around in vim?

news.ycombinator.com

1–5 of 5 posts

Re: How do you move around in vim?

#4
hjkl, but I make a conscious effort to default to wbe0^$% along with the useful I and A to move+insert. I've disabled arrow keys completely.

I can navigate horizontally without issue, but I find myself using jk{} to navigate vertically which tends to be much less elegant. How to you gracefully move vertically? : to move to line number? Something else?

Re: How do you move around in vim?

#5
^F, ^B, ^E, ^Y, zj, zk. I rarely stay in INSERT mode.

> I'll admit it, I use arrow keys so I don't have to leave insert mode.

Nothing wrong with this approach. If it works for you and is convenient, stay how you are. (Unless, of course, you want to change.)