back

by wyclif·17y ago·view on hn ↗
4. Be able to sprint through vimtutor. You have to learn to walk before you can run.

5. Never, ever use gvim. Forget about the mouse.

2 comments
What does gvim have to do with the mouse? Regular console vim supports the mouse, and there are perfectly good reasons to use gvim without it (e.g., better color support, "Edit with Vim" in Windows).
Point taken re: console support. I was thinking about the menu bars, too. Many users probably have them turned off, though.
Yeah, nothing's wrong with gvim after you throw 'set guioptions-=bmrt' and a colorscheme line into your .vimrc.

Evim--now there's a crime.