Feature Request: Unified background image across splits #10053
Unanswered
3mdistal
asked this question in
Feature Requests, Ideas
Replies: 0 comments
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.
-
Description
Currently, when using
background-image, the image is duplicated/repeated per split/pane. It would be great to have an option for the background image to be unified across all splits in a window, so it appears as one continuous image behind all panes rather than being duplicated in each split.Current Behavior
When using:
Each split gets its own copy of the background image, resulting in the image being duplicated across multiple panes.
Desired Behavior
Add a configuration option (e.g.,
background-image-per-splitor similar) that would allow the background image to be rendered once for the entire window, with all splits appearing on top of a single unified background image.Use Case
This would be particularly useful for:
Possible Implementation
Could be implemented as:
Or alternatively:
Related
Beta Was this translation helpful? Give feedback.
All reactions