|
|
|
|
|
by eimrine
429 days ago
|
|
> That's why we got commands like d), d{, D, etc. Trying to achieve the goal in one go, without any intermediate redraws. This is 1/2 of explaining why vi family is the GOAT. The remaining explanation is that vi family is the only text editor which is able to be used completely without looking at the keyboard or touching the mouse even once. You can not achieve this if you have to use accord commands which are typically binded to what is selected by mouse. No vim-less text editor can ever provide one-click analog of o command (make a new line under the cursor from wherever column the cursor is at the moment of clicking). |
|