i feel silly asking this lol but if i use `lazygit` as my main TUI for `git` operations, how can i use `hunk` with it? i thought setting it globally via: ```shell git -c core.pager="hunk pager" diff ``` would do it but no dice. <img width="1270" height="789" alt="Image" src="https://github.com/user-attachments/assets/26beba3c-7ee0-4aa2-bc39-42bbb6f74be2" />
i feel silly asking this lol but if i use
lazygitas my main TUI forgitoperations, how can i usehunkwith it?i thought setting it globally via:
git -c core.pager="hunk pager" diffwould do it but no dice.