Is there a way to reset the selected file while inside the **git status** picker? I tried using this action: `map({ "i", "n" }, "r", actions.git_reset_hard)` But it returns the following error: ``` Git returned: 'fatal: Cannot do hard reset with paths.' ```
Is there a way to reset the selected file while inside the git status picker?
I tried using this action:
map({ "i", "n" }, "r", actions.git_reset_hard)But it returns the following error: