Replies: 4 comments
-
I would love this. Neovim has this option and it works well. |
Beta Was this translation helpful? Give feedback.
0 replies
-
somewhat related: #12020 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I would like to have this option. This is how the statusline in Tmux works. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hide Commandline #11223 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is currently how the bottom of my editor looks:
So there is an entire line of whitespace that could be used by actual text instead
Can there be an option, like
editor.statusline.merge
(boolean) which will hide the statusline when there is a message ? so instead of this:The error message will instead replace any text on the status line while it's shown
And when we type
:
command, it will also replace the status lineBeta Was this translation helpful? Give feedback.
All reactions