Introduce options for customizing the normal mode's prompt#364
Conversation
|
Thank you for your wonderful pull request. |
Yes, I agree. I don't think that the initial design is flexible enough if we take into account the possibility of further customizations in the future. Based on that feedback, I grouped the options under
Likewise, we'll allow for other modes to be customized independently through Please let me know if you have other ideas or suggestions. |
|
Thank you for your improvement. |
|
Late, but decided to merge. |
|
Thanks for this software. I'd love more prompt customization options! Setting background and foreground at least, but would be nice to hide it completely too. |
Thank you for your comment. |
|
The issue of hiding the statusline has already been raised in issue #426. |
First of all, thanks for this great software.
I'd like to have a "Vim-like" minimalistic normal mode prompt without the default filename + background highlighting. I was not able to customize the prompt to my liking with the current options, thus I created two new ones:
HidePromptFilenameandInvertPromptColor. In my~/.config/ov/config.yamlI am setting them like this:I also thought of organizing all prompt-related options into a single
Configentry, like this:What do you think?