Two Simple Steps Helped Me Learn Vim
adamdelong.com
Two Simple Steps Helped Me Learn Vim
1–10 of 92 posts
Re: Two Simple Steps Helped Me Learn Vim
#2 - disable arrow keys
- turn relative numbers on by default
- force yourself to only move vertically using relative numbers
- force yourself to only move horizontally using [fF,;]Re: Two Simple Steps Helped Me Learn Vim
#3Here are some more tips: - disable arrow keys - turn relative numbers on by default - force yourself to only move vertically using relative numbers - force yourself to only move horizontally using [fF,;]
Re: Two Simple Steps Helped Me Learn Vim
#4Re: Two Simple Steps Helped Me Learn Vim
#5Because if there is no (1) then why would you?!!!
Re: Two Simple Steps Helped Me Learn Vim
#6But that was what Ornstein meant by cheatsheet. Anyways, why did you "want to learn Vim for a long time", did you feel limited by st?
Re: Two Simple Steps Helped Me Learn Vim
#7But that was what Ornstein meant by cheatsheet. Anyways, why did you "want to learn Vim for a long time", did you feel limited by st?
Right, I thought I heard him mention it, but couldn't remember where. Looks like he mentions it in this post >> http://robots.thoughtbot.com/the-vim-learning-curve-is-a-myt... And really, I wanted to learn so I could pair with other programmers remotely. I had heard that many were using tmux and Vim so I thought it was time.
And fair enough, was just curious why you kept persisting. :p
Re: Two Simple Steps Helped Me Learn Vim
#8Re: Two Simple Steps Helped Me Learn Vim
#9Here are some more tips: - disable arrow keys - turn relative numbers on by default - force yourself to only move vertically using relative numbers - force yourself to only move horizontally using [fF,;]
Re: Two Simple Steps Helped Me Learn Vim
#10Here are some more tips: - disable arrow keys - turn relative numbers on by default - force yourself to only move vertically using relative numbers - force yourself to only move horizontally using [fF,;]
On the subject of using fFtT (and other motions), there's a plugin I quite like that works well with my mental model of that motion—I often don't want to go to the first instance of that character, but the second or third in that line. EasyMotion[1] lets you do that.