gitbatch icon indicating copy to clipboard operation
gitbatch copied to clipboard

scroll through diff

Open tinybeachthor opened this issue 6 years ago • 6 comments

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

tinybeachthor avatar Jan 17 '19 12:01 tinybeachthor

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 avatar Jan 17 '19 12:01 isacikgoz

fixed with #68

isacikgoz avatar Jan 18 '19 09:01 isacikgoz

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.

tinybeachthor avatar Jan 18 '19 13:01 tinybeachthor

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

isacikgoz avatar Jan 18 '19 13:01 isacikgoz

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.

tinybeachthor avatar Jan 18 '19 14:01 tinybeachthor

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

  • c-B one screen up
  • c-F one screen down
  • c-U half screen up
  • c-D half screen down

isacikgoz avatar Jan 18 '19 14:01 isacikgoz