Interactive Vim Tutorial
21–30 of 35 posts
Re: Interactive Vim Tutorial
#22Re: Interactive Vim Tutorial
#23Re: Interactive Vim Tutorial
#24This thing is just as useless now as it was when it launched and was first featured here, one year ago (1). If you want to learn Vim's basics, just run the following command in your terminal as many times as needed to feel comfortable and force yourself to use Vim for gradually more complex and critical tasks: $ vimtutor (1) http://news.ycombinator.com/item?id=3043866
If not, then it's not useless.
Re: Interactive Vim Tutorial
#25tutorials should teach to use ctrl+[ instead of ESC. it makes a big difference.
Re: Interactive Vim Tutorial
#26This thing is just as useless now as it was when it launched and was first featured here, one year ago (1). If you want to learn Vim's basics, just run the following command in your terminal as many times as needed to feel comfortable and force yourself to use Vim for gradually more complex and critical tasks: $ vimtutor (1) http://news.ycombinator.com/item?id=3043866
Does that work on Windows? (honest question, cannot try since I don't have any Windows machine handy). If not, then it's not useless.
Re: Interactive Vim Tutorial
#27Re: Interactive Vim Tutorial
#28tutorials should teach to use ctrl+[ instead of ESC. it makes a big difference.
ctrl+c is even better (in my opinion). In theory it doesn't work in every place ESC works, but I haven't noticed such places. Also ctrl+j works as ENTER. It does make a big difference to me.
Re: Interactive Vim Tutorial
#29Earlier quoted context omitted.
Does that work on Windows? (honest question, cannot try since I don't have any Windows machine handy). If not, then it's not useless.
Yes, it does (except you have to look for it in %programfiles(x86)%, and then it opens in a graphical window that doesn't take your .vimrc/.gvimrc into account)
Re: Interactive Vim Tutorial
#30tutorials should teach to use ctrl+[ instead of ESC. it makes a big difference.