mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-11 16:16:28 -04:00
n / N step through the files of a multi-file diff one at a time, which is tedious when the diff spans many files. Add `f`, which pops up a menu listing every file in the diff — in the order they appear, as repo-relative paths — so you can jump straight to one. Picking a file reuses the exact landing logic n / N use (navigate to the file's first row), computed from the same backUpOverHeader machinery AdjacentFile uses, so the menu and the step keys agree on where each file begins and land identically. The menu title and the keybinding description are hard-coded English for now; this is a prototype. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| app | ||
| cheatsheet | ||
| commands | ||
| common | ||
| config | ||
| constants | ||
| env | ||
| fakes | ||
| gocui | ||
| gui | ||
| i18n | ||
| integration | ||
| jsonschema | ||
| logs | ||
| snake | ||
| tasks | ||
| theme | ||
| updates | ||
| utils | ||