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
I'm struggling with how to select chunks of code based on syntax analysis. If I put the cursor on : kind === "virtualKey" and want to select the entire STATEMENT that defines adapter, how do I do that in VIM? I've tried via, vaf, etc. and nothing works. The best I've got it repeatedly pressing v[x[x[x.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm struggling with how to select chunks of code based on syntax analysis. If I put the cursor on
: kind === "virtualKey"
and want to select the entire STATEMENT that definesadapter
, how do I do that in VIM? I've triedvia
,vaf
, etc. and nothing works. The best I've got it repeatedly pressingv[x[x[x
.Beta Was this translation helpful? Give feedback.
All reactions