What's wrong with this entry?
Anonymous. No account, no email.
What
A new boolean setting to suppress the built-in -- INSERT -- / -- VISUAL -- vim mode indicator below the prompt.
Usage (in settings):
{
"statusLine": {
"hideVimModeIndicator": true
}
}Details
- Use this when your custom status line script already renders
vim.modeitself - Prevents duplicate mode indicators when using a custom status line
Evidence
New setting hideVimModeIndicator with .describe("Hide the built-in...") — search for "hideVimModeIndicator"
Strings lifted out of the shipped bundle, so the claim above can be checked against them.