nvim-telescope/telescope.nvim

Reset File in Git Status Picker

Opened this issue · 1 comments

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.'

Looks like #1368 might be related.