First of all thank you for this project, it has really streamlined my reviewing process!
I'd like to ask if you would consider it an improvement to add keybindings for scrolling through the diff buffer in single-line increments while focused on the file explorer?
We already have <C-u> and <C-d> for scrolling half pages up and down.
My suggestion would be to add the vim-style bindings <C-y> and <C-e> for scrolling up and down in single-line increments.
First of all thank you for this project, it has really streamlined my reviewing process!
I'd like to ask if you would consider it an improvement to add keybindings for scrolling through the diff buffer in single-line increments while focused on the file explorer?
We already have
<C-u>and<C-d>for scrolling half pages up and down.My suggestion would be to add the vim-style bindings
<C-y>and<C-e>for scrolling up and down in single-line increments.