-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Borrow "cmdheight=0" feature from neovim #1662
Comments
Another option to consider that would also address partially #1664 would be to replace the prompt with a picker like ui. There's some repetition of not quite the same code between prompts and pickers, so that might help to simplify code paths as well. |
How is the maintainers opinion on this? What is the status? I mainly use helix in zellij, which also comes with an own bar. That is a line count of three, of which one is not really necessary. |
I very much like this idea. Having an empty line that I rarely look at below the status line permanently is annoying. Having it pop in above the status like when a command is being written seems like a great compromise. |
Just stumbled across this issue. This is similar what #12204 does |
Describe your feature request
Here is the PR from neovim's repo.
What this basically does is to hide the command line when it's not used.
Here's an example:
BTW, I actually believe this would be a better default behavior
The text was updated successfully, but these errors were encountered: