When You split a cursor into multiple ones, how to you join them back together? #13513
Answered
by
mweihs
AQMpolyface
asked this question in
Q&A
-
Hi, so splitting is really cool, but how do i join the cursors back into only one? right now what i do is either :wq , or gg (stacks the cursor together on the top of the file), which arent ideals. I would appreciate responses. I couldnt find anything about it in the docs or the tutor. |
Beta Was this translation helpful? Give feedback.
Answered by
mweihs
May 12, 2025
Replies: 2 comments 1 reply
-
Try either
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AQMpolyface
-
`;`
…On Mon, 12 May 2025, 13:54 polyface, ***@***.***> wrote:
yea its , . Thanks a lot!
—
Reply to this email directly, view it on GitHub
<#13513 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASONXPFVMO4MKCGBLNALOAD26B4WTAVCNFSM6AAAAAB45ID24KVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGMJRGY2TANY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try either
;
or,
. I mapped both to escape (because I could never remember which one to use 😄)