-
Notifications
You must be signed in to change notification settings - Fork 223
/
Copy pathDefault (OSX).sublime-keymap
15 lines (15 loc) · 1.07 KB
/
Default (OSX).sublime-keymap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[
{ "keys": ["super+shift+c"], "command": "git_gutter_copy_from_commit" },
{ "keys": ["super+shift+option+j"], "command": "git_gutter_next_change" },
{ "keys": ["super+shift+option+k"], "command": "git_gutter_prev_change" },
{ "keys": ["super+shift+option+z"], "command": "git_gutter_revert_change" },
{ "keys": ["super+shift+option+c", "super+b"], "command": "git_gutter_blame" },
{ "keys": ["super+shift+option+c", "super+d"], "command": "git_gutter_diff_popup" },
{ "keys": ["super+shift+option+c", "v"], "command": "git_gutter_show_compare" },
{ "keys": ["super+shift+option+c", "h"], "command": "git_gutter_compare_head" },
{ "keys": ["super+shift+option+c", "o"], "command": "git_gutter_compare_origin" },
{ "keys": ["super+shift+option+c", "c"], "command": "git_gutter_compare_commit" },
{ "keys": ["super+shift+option+c", "f"], "command": "git_gutter_compare_file_commit" },
{ "keys": ["super+shift+option+c", "b"], "command": "git_gutter_compare_branch" },
{ "keys": ["super+shift+option+c", "t"], "command": "git_gutter_compare_tag" }
]