|
|
|
|
|
by aoloe
2216 days ago
|
|
My personal answer: I'm touch typing. I can do so without looking at the screen. While I'm typing, I can think of what I want to say next. At least to some degree. Vim helps me to stay focused, to stick to my thoughts instead of having to work with the IDE/editor. I don't have to select a word, by detecting its boundaries (or point to it and double click), delete it and type an new word. ciwnew word^ what looks like random chars is almost a reflex, when you get the Vim "grammar". (of course, you can do it with any editor: ctrl-left, ctrl-shift-right, delete, "new word".) So, yes, you're 100% right: programming is no about typing. And Vim helps me to care even less about typing the code. |
|