isacikgoz / gitbatch

manage your git repositories in one place
MIT License
1.54k stars 53 forks source link

Feature: Support page up/down and home/end navigation #49

Closed gavinws closed 5 years ago

gavinws commented 5 years ago

It would be nice to be able to page up/down and home/end for navigation in the repo list, or some similar key combination (shift + arrows, or vim bindings, etc).

isacikgoz commented 5 years ago

Hi @gavinws thanks for the suggestion. Currently the library I use for key inputs does not support key sequences(vim keys may not be easy to do), but key combination seems applicable. I will look at this request.

isacikgoz commented 5 years ago

hey @gavinws I added page up/down and home/end for navigation in the repositories list. you can check it at develop branch

isacikgoz commented 5 years ago

hi @gavinws you can try #54 I added your request. Thanks for the feedback!

gavinws commented 5 years ago

Thank you for adding that! It works great on 0.3.0.