Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ ripdiff --path /some/repo
| `j` / `↓` | Move file selection down |
| `k` / `↑` | Move file selection up |
| `l` / `→` | Switch to diff panel |
| `g` / `G` | Jump to top / bottom of file list |
| `Space` / `Enter` | Toggle diff visibility for selected file |
| `gg` / `G` | Jump to top / bottom of file list |
| `Space e` | Hide / show file list sidebar |
| `Enter` | Toggle diff visibility for selected file |

### Diff Panel

Expand All @@ -73,9 +74,10 @@ ripdiff --path /some/repo
| `k` / `↑` | Scroll up one line |
| `h` / `←` | Switch to file list |
| `Ctrl-d` / `Ctrl-u` | Scroll half page down / up |
| `g` / `G` | Jump to top / bottom of diff |
| `gg` / `G` | Jump to top / bottom of diff |
| `]` / `[` | Jump to next / previous hunk |
| `Space` / `Enter` | Toggle diff visibility for selected file |
| `Space e` | Hide / show file list sidebar |
| `Enter` | Toggle diff visibility for selected file |

## Quick Test

Expand Down
Loading
Loading