You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In VIM I had such mapping: vmap v <Plug>(expand_region_expand)
That trick was allowing me to just tap v several times to first start selection, and then expand it. In that case, to select a word under the cursor it was enough to type vv instead of viw.
I'm trying to implement something similar in VSCode:
Hi.
In VIM I had such mapping:
vmap v <Plug>(expand_region_expand)
That trick was allowing me to just tap v several times to first start selection, and then expand it. In that case, to select a word under the cursor it was enough to type
vv
instead ofviw
.I'm trying to implement something similar in VSCode:
But pressing v in Visual Mode just leads to exit to Normal Mode.
Is there any other a hacky-way to map v in Visual Mode?
The text was updated successfully, but these errors were encountered: