|
|
|
|
|
by gen220
2049 days ago
|
|
From my perspective there are two sticky elements to vim, where once you’re accustomed to exploiting them, you find it very difficult to leave. The first (chronologically speaking, for most people) is modal editing. Most popular editors today support vim bindings. So this bulwark is gradually eroding. The second is the automation. Any piece of your workflow can be captured and remapped to a couple keystrokes. Some other editor might innovate a new feature that vanilla vim doesn’t have (in fact this occurs regularly). The (not unique in idea, but in implementation) power of vim is not any superficial feature, it’s the meta feature of extensibility, and how this is interwoven with the modal editor idea. I think many people who come to vim and then leave it for another editor get the first idea, but never got used to the second idea, or never got around to integrating the two. |
|
How is different than recordable macros in 90% of the other editors out there? (vs programmable macros).
Can you give me an example you use regularly