Skip to content
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

feat: Neovim v0.11+ configure messagesopt to hide enter prompts on startup #283

Open
mikesmithgh opened this issue Dec 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mikesmithgh
Copy link
Owner

New option on nightly available: https://neovim.io/doc/user/options.html#'messagesopt'

'messagesopt' 'mopt' string (default "hit-enter,history:500")
global
Option settings for outputting messages. It can consist of the
following items. Items must be separated by a comma.
hit-enter Use a hit-enter prompt when the message is longer than
'cmdheight' size.
wait:{n} Instead of using a hit-enter prompt, simply wait for
{n} milliseconds so that the user has a chance to read
the message. The maximum value of {n} is 10000. Use
0 to disable the wait (but then the user may miss an
important message).
This item is ignored when "hit-enter" is present, but
required when "hit-enter" is not present.
history:{n} Determines how many entries are remembered in the
:messages history. The maximum value is 10000.
Setting it to zero clears the message history.
This item must always be present.

@mikesmithgh mikesmithgh added the enhancement New feature or request label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant