|
|
|
|
|
by addicted
1854 days ago
|
|
Well, the reality is that WYSIWYG editing of all sorts is object oriented. You first select the object and then the action. So it’s not clear whether being more comfortable with selecting an object and then performing an action on it is innately easier for humans, or just what we’ve been conditioned to from using word processors, spreadsheets, or even GUI based file explorers. But if you look at command line usage, it’s the opposite. Every command first requires you to stare the command, and then the object to act on. I first type cd and then the folder I want to change directory to, compared to selecting the folder and then hitting enter/CMD+O/double clicking ont he GUI. But people who have used both the GUI and CMD line rarely ever find the order of operation to be a concern for them, so I suspect the object-verb verb-object difference in vim is just a matter of convenience. |
|