-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move Vim mode indicator to the left side of the status bar #22269
base: main
Are you sure you want to change the base?
Conversation
We could make it fixed length. @ConradIrwin suggested it should go to the left of the diagnostics, so I’d like him to chime in here as well 😊 |
why are we doing |
Vim is displayed like this. |
I had forgotten about the irritation that the vim mode indicator also changes size, causing the diagnostics to move about; so you can't easily stack either without causing the UI to jump unnecessarily. If we want to move it to the left, we could try and ensure the indicator always has the same width:
Or we could abandon the plan of moving it, and note that although it's vim incompatible, putting it on the right avoids this problem... |
Isn't that just a
|
Addressed the first request on issue #14093, as discussed in #22048
Release Notes: