Replies: 1 comment
-
I ended up adding these bindings to make it usable (general-def code-review-mode-map
:states 'normal
"RET" 'code-review-comment-add-or-edit
"G" 'code-review-reload
"r" 'code-review-transient-api
"C-c RET" 'code-review-submit-single-diff-comment-at-point
"C-c C-s" 'code-review-comment-code-suggestion)
(general-def code-review-mode-map
:states 'visual
"RET" 'code-review-comment-add-or-edit
"C-c RET" 'code-review-submit-single-diff-comment-at-point
"C-c C-s" 'code-review-comment-code-suggestion) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've installed it and start a review, and I try to follow the instructions for using it, but nothing happens. For instance, pressing
RET
on a diff line only results in the cursor moving to the next line... so is this because I'm using evil?Maybe some other evil-user has put together bindings and published them somewhere?
Beta Was this translation helpful? Give feedback.
All reactions