Michael Davis
Michael Davis
Yeah some sort of hint for how much documentation would be a nice feature (though separate from this PR) https://github.com/helix-editor/helix/issues/1248. Maybe a scrollbar is sufficient
Are these two only different in their palettes? It might be a good opportunity to use the new theme inheritance feature from #3067 (https://docs.helix-editor.com/master/themes.html#inheritance)
Thanks! Could you add these screenshots to the themes wiki? https://github.com/helix-editor/helix/wiki/Themes
There's a PR reworking `mi`/`ma`: https://github.com/helix-editor/helix/pull/1723 that may help with that, although it's been quiet for a bit and could probably be superseded.
You can disable the auto-info boxes entirely already with the [`editor.auto-info` option](https://docs.helix-editor.com/configuration.html#editor-section): ```toml # ~/.config/helix/config.toml [editor] auto-info = false ```
C-c should close any popup
For signature help getting stuck there's https://github.com/helix-editor/helix/issues/3112
There's a separate issue for that: https://github.com/helix-editor/helix/issues/1488
Enter used to have this behavior where it would select the active completion item but that was changed in https://github.com/helix-editor/helix/pull/1704 because it prevents you from inserting a newline when the...