dandavison / delta

A syntax-highlighting pager for git, diff, grep, and blame output
https://dandavison.github.io/delta/
MIT License
21.43k stars 361 forks source link

Navigate keybinds only go between hunks, not files #1557

Open mattfbacon opened 8 months ago

mattfbacon commented 8 months ago

I am using n and N but they seem to only navigate between hunks rather than between files. The README and the book say that they should navigate between files.

I have set [delta] navigate = true in my Git config and confirmed its value with git config delta.navigate which returns true.