In the vscode vim plugin, I use gb
to select multiple words. I have four functions starting with handle
but they are not exactly the same word. How can I put multi cursor for selecting them? Thanks in advance!
handleSearchTermOnChange
handleActivateSearch
handleDeactivateSearch
handleSearchQuery
With my understanding (in VsCodeVim) you can.
v
gb
as many times desired to choose all the instances you want.Happy shortcut coding.