Opens a Hunk pane for live changes or the last commit and closes it when you quit Hunk.
herdr plugin install goofansu/herdr-hunkBind either review workflow independently:
[[keys.command]]
key = "prefix+ctrl+r"
type = "plugin_action"
command = "herdr-hunk.review-live-changes"
description = "review live changes in Hunk"
[[keys.command]]
key = "prefix+alt+r"
type = "plugin_action"
command = "herdr-hunk.review-last-commit"
description = "review last commit in Hunk"