delta
delta copied to clipboard
Navigate keybinds only go between hunks, not files
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.
I'm seeing the same behavior. Very frustrating when there is, say, a Cargo.lock change that generates a million hunks. I want to skip past them all.