Enhance GitGraph: Keybindings, Layout Options, and Configuration Updates - #27
Open
maarutan wants to merge 4 commits into
Open
Enhance GitGraph: Keybindings, Layout Options, and Configuration Updates #27maarutan wants to merge 4 commits into
maarutan wants to merge 4 commits into
Conversation
luisdavim
commented
May 7, 2025
This seems great 👍 |
isakbm
commented
Jun 2, 2025
Owner
Sry been a while since I checked PR's, I see now that this needs to be rebased on upstream @maarutan Based on the feedback I promise to try to get it in if you rebase 🤞 |
Any progress on this? |
maarutan
commented
Nov 4, 2025
Author
Sorry for the late reply. |
Author
window= {
layout="float", -- float || split || vsplit || full-- if layout is floatwidth=0.8, -- screen share or number of columnsheight=0.8, -- screen share or number of linesclose="q", -- if current buffer is gitgraph, close itborder="rounded", -- single || double || rounded || none
},
Here it is, the very option I slightly modified. also changed readme added configuration
|
luisdavim
commented
Feb 20, 2026
@isakbm could you have a look? |
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 freeto 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.
Enhance GitGraph: Keybindings, Layout Options, and Configuration Updates
Proposed Changes in My Fork
1. Added Keybindings for Toggling and Closing GitGraph:
:GitGraph- Toggle GitGraph.:GitGraphClose- Close the GitGraph buffer.2. Introduced Multiple Layout Options for Opening GitGraph:
floating,vertical, andhorizontallayouts.3. Updated Configuration:
4. README Update:
Example Configuration
I believe these improvements make the plugin more user-friendly and configurable. Please review the changes and consider accepting my pull request. I’m looking forward to contributing further enhancements! 😊