← All features

Feature

Vim Keybindings.

Navigate lines, leave comments, and finish reviews without ever touching the mouse. Crit's keybindings are designed for developers who live in the terminal.

How it works

1

Use j/k to move between lines and blocks. The same motions you already know from vim.

2

Press c to open the comment form on the current line. Type your feedback, then Ctrl+Enter to submit. Press Escape to cancel.

3

Use e to edit an existing comment, d to delete it. Press f to finish the review and copy the prompt. Press t to toggle the table of contents.

4

Press ? at any time to see the full shortcut reference.

Try it out

Install Crit and start reviewing markdown in seconds.

$ brew install tomasz-tomczyk/tap/crit
then run
$ crit plan.md

Or download a pre-built binary from GitHub Releases.

More features