sublime_merge
sublime_merge copied to clipboard
Please add a "blame this commit" action that doesn't require clicking on a hover
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.