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(ui): global status line option #2263

Closed
wants to merge 2 commits into from
Closed

feat(ui): global status line option #2263

wants to merge 2 commits into from

Conversation

matoous
Copy link
Contributor

@matoous matoous commented Apr 25, 2022

Add option to render global status line instead of
one for each window.

  • add config option for status line render
  • render status line correctly
  • add some other separator for windows if status line isn't rendered

You can try this locally, just needs this in the config file:

[editor.status-line]
render = 'single'

Fixes: #2254

helix-term/src/ui/editor.rs Outdated Show resolved Hide resolved
Add option to render global status line instead of
one for each window.

Fixes: #2254
@the-mikedavis the-mikedavis added the S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. label May 18, 2022
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Config option for single status line
2 participants