-
-
Notifications
You must be signed in to change notification settings - Fork 593
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
Use more navigation keys #43
Comments
Hi @data-man thanks for your interest in the project! Thats indeed a great idea. Haven't thought of it since I am on a small laptop keyboard ;D |
This issue seems relevant to my request, so I will post it here instead of making a new issue if that is okay. Any plans to support h, j, k, l for navigation? Some sites (i.e. duckduckgo) also support this natively, and as a vim user support would be nice. (I do not think any other vim bindings should be added, as that's way too opinionated. But basic hjkl support would be nice). In any case, thanks for making gitui. Been using it for a bit and it works nice and fast! |
I am really not a fan of duplicating functionality 🤔- My main concern is simplicity - I need to think about this.
Thank you so much❤️ |
Thank you for getting started! |
Thanks so much for even trying a build from code!😍 home/end were easy, the remaining ones (pages/down) will take little longer, since I need to rework some code to allow this. (currently the rendering is IMGUI style and stateless, so I dont know how high the screen area is outside the rendering code. I will figure this out since I could use it for a couple of other things too! |
@data-man if you want to try the page up/down should now work in the commit log 😊 |
@extrawurst Great! Thank you! Also would be nice to add mouse wheel support in the future. |
home/end/pageUp/pageDown support released as |
Is your feature request related to a problem?
Use Home, End, PgUp and PgDn keys in diff and log panes.
Describe the solution you'd like
Scroll to top, bottom and by screen's height.
Describe alternatives you've considered
E.g. like tig.
The text was updated successfully, but these errors were encountered: