|
|
|
|
|
by drakenot
3751 days ago
|
|
It can take awhile for things to "click" with Vim before you really understand it. Start by reading this StackOverflow answer[0] titled, "Your problem with Vim is that you don't grok vi." Like that poster states, when you are using Vim correctly you are speaking a language as you are editing. You provide it an action and then you tell Vim what to apply the action to. This is usually either a motion command, or a text object. Combining these concepts allows you to have a level of expressiveness that non-modal editors cant easily replicate. If you are just using Vim as you would use a non-modal editor you aren't going to see any gains. But if you embrace the "language" idea of Vim, learn to spend most of your time in command mode, and start combining actions + motions/text objects, you will start to see the real power of Vim. [0] http://stackoverflow.com/a/1220118/2635 |
|
"Joy explained that the terse, single character commands and the ability to type ahead of the display were a result of the slow 300 baud modem he used when developing the software and that he wanted to be productive when the screen was painting slower than he could think."
Taken from: https://en.wikipedia.org/wiki/Vi
An example to me, of how something pragmatic (wanted to avoid round trips) took on a life of its own.