Keep visual state after surrounding
mpanarin opened this issue · 3 comments
mpanarin commented
Is there a way to keep the visual state after the surrounding? sometimes I need to wrap my text in }}
and reselecting it is a bit annoying.
ninrod commented
I belive there is a way to do that without visually selecting. Can you provide a specific use case?
edkolev commented
Use gv to reselect
Or use a text object instead of visual selection in the first place. Then
repeat it with dot .
…On Mon, Jan 6, 2020, 14:44 Filipe Silva ***@***.***> wrote:
I belive there is a way to do that without visually selecting. Can you
provide a specific use case?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#163?email_source=notifications&email_token=AALWBJ565VVWUOQUQXS7NPLQ4MRSBA5CNFSM4KAK2PIKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIFKZ7I#issuecomment-571124989>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALWBJYWMO2UCIRFGYF46GTQ4MRSBANCNFSM4KAK2PIA>
.
mpanarin commented
fixed my issue with gv, thanks