isacikgoz / gitbatch

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

scroll through diff #63

Open tinybeachthor opened 5 years ago

tinybeachthor commented 5 years ago

when viewing complete diff of a commit, it's not possible to scroll

isacikgoz commented 5 years ago

Hi @WhoMeNope thanks for the feedback, it is possible to navigate throguh diff via pg up/pg down. I tihnk I should add those to bottom line.

isacikgoz commented 5 years ago

fixed with #68

tinybeachthor commented 5 years ago

The keyboard I'm using does not have pg up/pg down.

Perhaps also implementing / (full page forward/full page backwards) and / (half page down, half page up) would be nice, to keep it consistent with vim.

isacikgoz commented 5 years ago

@WhoMeNope are you using macbook? pg up/down is mapped to fn+up/down combination.

tinybeachthor commented 5 years ago

That is still a cumbersome combination of keys as it requires to completely change the hand position on the keyboard (as basically anything involving arrow keys).

That's why j/k/control+d/control+u would be more practical for fast (and comfortable) workflow.

isacikgoz commented 5 years ago

@WhoMeNope got it, i will re-open this issue and add proper vim keybindings for page up/down.