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
Would include all nested scopes, unlike default "every", which excludes them. So you'd say eg "quad wrap deep every key". Note that you wouldn't use this action with "take", as I don't think VSCode selections can be nested.
This should be trivial once we have #1523 as that adds a boolean to the scope handler that enables this behaviour
Could add "<number_small> deep every" to limit depth. Might be extra credit tho
The text was updated successfully, but these errors were encountered:
Would include all nested scopes, unlike default "every", which excludes them. So you'd say eg
"quad wrap deep every key"
. Note that you wouldn't use this action with "take", as I don't think VSCode selections can be nested.This should be trivial once we have #1523 as that adds a boolean to the scope handler that enables this behaviour
"<number_small> deep every"
to limit depth. Might be extra credit thoThe text was updated successfully, but these errors were encountered: