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.
Interactive Vim Tutorial
31–35 of 35 posts
Re: Interactive Vim Tutorial
#32Earlier quoted context omitted.
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?)
By the way, going config-less for two or three days can be an eye opening adventure if you are too infatuated with your config.
Also, what would be the point of running vimtutor if you already have a ~/.vimrc? You probably already know everything it has to offer.
Re: Interactive Vim Tutorial
#33Re: Interactive Vim Tutorial
#34Earlier quoted context omitted.
(It seems that vimtutor on Linux also doesn't take your .vimrc into account; I think that's by design?)
I can't speak for its author(s) but the point of vimtutor is to help you learn Vim's basics in order to be up and running as quickly as possible. From that point of view, it's quite normal to go without special settings and plugins as that would taint the whole experience and learning. Vimtutor is a standardized tool and it would probably loose a lot if it was different for everybody. By the way, going config-less fo…
Re: Interactive Vim Tutorial
#35Earlier quoted context omitted.
I can't speak for its author(s) but the point of vimtutor is to help you learn Vim's basics in order to be up and running as quickly as possible. From that point of view, it's quite normal to go without special settings and plugins as that would taint the whole experience and learning. Vimtutor is a standardized tool and it would probably loose a lot if it was different for everybody. By the way, going config-less fo…
Yes, that's what I was thinking exactly. And a good idea re: trying to work for a bit without a .vimrc (or maybe re-adding basic shortcuts later on and ending up with a very minimalist vimrc).