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
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 have these vim bindings:
The first one moves to the beginning of the line after any indentation, while the second one always moves to column 0.
The implementation of these commands use the same
indented_line_beginning
function:zed/crates/editor/src/editor.rs
Lines 8174 to 8202 in 9487fff
So I don't understand how can they behave differently. Is this a bug? Am I doing it wrong?
Beta Was this translation helpful? Give feedback.
All reactions