Replies: 1 comment 1 reply
-
You can do "Flip selection cursor and anchor" |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I find myself wishing for this feature frequently, so I am creating this discussion. Basically, I often have cursors with visual selections at different columns on multiple lines, and would benefit from being able to collectively jump to the start or end of each selection after surrounding said selections with parentheses. For example, having a comma-separated list, which first gets surrounded with parentheses and then prepended with a function name, to call a function with the comma-separated list as its arguments. In the below example,
|
is the position of the cursor:As in the above example shows, the key combinations could be
gvs
for goto Visual Start andgve
for goto visual end.Beta Was this translation helpful? Give feedback.
All reactions