Skip to content

Commit b73bb16

Browse files
committed
Less restrictive gs_interface_show_commit binding
Just also bind when the cursor is e.g. on the white-space *before* the commit hash. Just on the line should be enough, really.
1 parent 38e0023 commit b73bb16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Default.sublime-keymap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@
492492
"command": "gs_interface_show_commit",
493493
"context": [
494494
{ "key": "setting.command_mode", "operator": "equal", "operand": false },
495-
{ "key": "selector", "operand": "meta.git-savvy.summary-header meta.git-savvy.commit-info" }
495+
{ "key": "selector", "operand": "meta.git-savvy.summary-header comment.git-savvy.summary-header.head-summary" }
496496
]
497497
},
498498
{

0 commit comments

Comments
 (0)