Hi, I just noticed that. :)
in a deadgrep buffer, you can use next-error-no-select and previous-error-no-select to jump to the next/prev line and open the respective buffer.
expected behavior:
If you set a value for the search Context (e.g. -C 10) and run next-error-no-select or previous-error-no-select the cursor jumps across the context lines to the next/prev matching item.
actual behavior:
If you enable Context (e.g. -C 10) and run next-error-no-select or previous-error-no-select, the cursor will not jump across the context. Instead it will only jump a single line into the context.