Allow to "zoom in" on either the main or detail panel#89
Open
dotdash wants to merge 1 commit intoCretezy:mainfrom
Open
Allow to "zoom in" on either the main or detail panel#89dotdash wants to merge 1 commit intoCretezy:mainfrom
dotdash wants to merge 1 commit intoCretezy:mainfrom
Conversation
When working with a narrow terminal window, the fixed 50/50
split isn't quite ideal.
This allows to change the split from 50/50 to a 80/20 or
20/80 split. Zooming is controlled by the left and
right arrow keys moving through the splits in this order:
80/20, 50/50, 20/80
When switching to a tab, the zoom is always reset to 50/50.
Owner
|
Hey, this would be great to be integrated with the new I think what we could do is make the "zoom" 50% bigger. So if |
Contributor
|
@dotdash can you rebase this PR? I would like to have this feature (or a similar one) as well. Another option is to add a command to toggle display of the details panel. This would give even more screen-estate to the log on a narrow terminal. I think the user interface of gitui is a good source of inspiration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When working with a narrow terminal window, the fixed 50/50 split isn't quite ideal.
This allows to change the split from 50/50 to a 80/20 or 20/80 split. Zooming is controlled by the left and right arrow keys moving through the splits in this order:
When switching to a tab, the zoom is always reset to 50/50.