Live data from Hacker News

Interactive Vim Tutorial

openvim.com

21–30 of 35 posts

Re: Interactive Vim Tutorial

#24

This 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

#26
post #24

This 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.

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

#28

tutorials 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.

You can also just map and not have to ever worry about the edge cases.

Re: Interactive Vim Tutorial

#29
post #26
post #24

Earlier 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)

(It seems that vimtutor on Linux also doesn't take your .vimrc into account; I think that's by design?)

Re: Interactive Vim Tutorial

#30

tutorials should teach to use ctrl+[ instead of ESC. it makes a big difference.

Or you could remap your capslock to ESC. It is possible in Windows, OS X & Linux and really makes a big difference. ESC is really usefull when it is in reach, even in windows.
Post reply on HN