|
|
|
|
|
by omtose
3470 days ago
|
|
>How would that work if the motion comes first? Would I go "wwwwd"? Would that delete one word, or four? 'w' will move the current selection to the next word so only one word. To extend the selection you need to press 'W' so "wWWWd" will delete four words. For most motions (if not all), the uppercase variant will extend the current selection. This also makes searching slightly different: / search forwards
? extend selection forward
<a-/> search backwards
<a-?> extend selection backwards
|
|