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
I am using Zed 0.157.5 on Ubuntu 22.04. Here is a minimal Python example of the problem I observed:
With my cursor placed where as shown in the screenshot, I hit R + Enter and it became this:
Note that the part after the line break position should be aligned with (, but it isn't.
In contrast, the indentation will be correct if I use Enter in the insert mode to break the line.
I am wondering if there are any ideas on how to fix the indentation behavior.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am using Zed 0.157.5 on Ubuntu 22.04. Here is a minimal Python example of the problem I observed:
With my cursor placed where as shown in the screenshot, I hit
R
+Enter
and it became this:Note that the part after the line break position should be aligned with
(
, but it isn't.In contrast, the indentation will be correct if I use
Enter
in the insert mode to break the line.I am wondering if there are any ideas on how to fix the indentation behavior.
Beta Was this translation helpful? Give feedback.
All reactions