telescope.nvim
telescope.nvim copied to clipboard
Reset File in Git Status Picker
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.