How to remove space between selection and "(" and ")" #148
Answered
by
kylechui
LukasPietzschmann
asked this question in
Q&A
-
So imagine the following situation:
But instead of Is there a way to remove this space? Edit: I didn't configure anything. |
Beta Was this translation helpful? Give feedback.
Answered by
kylechui
Aug 30, 2022
Replies: 1 comment 1 reply
-
Are you typing |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
LukasPietzschmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you typing
ysiw)
exactly? There is a difference betweenysiw(
andysiw)
. In particular, the opening delimiter (e.g.(
or{
) will add whitespace, while the closing delimiter does not.