|
|
|
|
|
by sidkshatriya
1617 days ago
|
|
> I find it extremely subjective. "delete word" is much better than "word delete" imo. Yes, as single command typed in isolation whether dw is better or wd is better is a matter of personal subjective opinion. But, where object-verb (wd approach) becomes objectively better is that it composes with subsequent editor commands in a way that verb-object (dw approach) does not. Editing is all about performing operations on text. You can first make increasing complicated selections, review them as they are being built up and then decide what to do with them in the end with the object-verb paradigm. All this is difficult to describe textually. Try to checkout some Kakoune editing on YouTube or do it yourself by looking at the TRAMPOLINE tutorial [1] and you might come around to the `wd` school of thought! [1] https://github.com/mawww/kakoune/blob/master/contrib/TRAMPOL... |
|