sublime_merge icon indicating copy to clipboard operation
sublime_merge copied to clipboard

Please add a "blame this commit" action that doesn't require clicking on a hover

Open sxenos opened this issue 3 years ago • 0 comments

Problem description

The "blame the commit that created this line" action is one of the most useful ones in the blame view. Unfortunately, to access it you need to hover over the margin, wait for the hover to open, then click on the target commit link.

For folks without steady hands, clicking on a hover is a difficult gesture since the hover will often close while trying to get the mouse there-- and for anyone it is an inefficient gesture. Such a frequently-used action should have a more-efficient alternative.

Preferred solution

Add a context menu action to blame a line when right-clicking on it, add a key binding to blame the line containing the cursor, or (better) both.

sxenos avatar Oct 17 '22 15:10 sxenos