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
After going through all Vim Fold/Unfold commands and we found we have to get Fold information from Code finally. If we don't provide Fold info, about 15+ commands are not possible to implement.
I already opened a feature request #9786 and once that's done, we can use Fold info to help calculate how we move cursor inside Vim extension and this feature here is not neccessary any more. So my suggestion is, let's do others first and implement Fold when possible. After that, if people still think this feature is a valid request, then we can add it in Code, make sense @sandy081 ?
Has this been implemented recently? It matches the behavior I'm seeing in the editor as of version 1.43.2 (February 2020) and I really don't like it, I keep losing track of my cursor when it happens and it's making me less productive. It sounds like some people like it that way though, so I was just wondering if there's a setting that can restore the previous behavior for those of us that don't like this behavior of the cursor automatically moving to the end of a line when moving it up/down?
End
orCmd + Right
But currently VS Code is placing the cursor at
min(previousPos, lineLength)
The text was updated successfully, but these errors were encountered: