|
> Why would that be, vim seems to be difficult to use because a good manual that actually teaches how to use vim isn't available yet. What manuals have you tried? Have you tried `vimtutor`(if vim is installed, just run vimtutor from the sell). > In fact it was surprising to me when I learned vim commands are actually a form of some terse language. Because I was only of an assumption that most vim commands are random string of characters you need to memorize. And when you memorize and practice enough you become productive. You need to know a lot of words before you can form intelligible sentences. There is no not-knowing `h,j,k,l,esc,d,x,p,b,w,i,I...`. So yes, you do need to memorize basic operations before you can chain them. Most of the things in this cheatsheet are important to know http://tnerual.eriogerg.free.fr/vimqrc.pdf And once you have learnt the basic, there is no manual to tell you how to combine them, because there is no syntax to do it - you just run them in sequence. It has already been pointed out in the SO thread, and various other threads here. > I feel tempted to give vim a try now. Your temptation will last all of 1 day. If you give up, vim isn't for you. It takes a minimum of 15 days to a month to s
top missing whatever editor you are using right now, then another month to actually start liking it. |
So as long I can't make sense of what random stream of characters mean, any amount of practice to put them into finger memory is going to be a exercise in frustration.