feat(SublimeText2.GitPackages): cache packages
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
[
|
||||
{ "keys": ["ctrl+super+c"], "command": "show_original_part" },
|
||||
{ "keys": ["ctrl+super+r"], "command": "replace_modified_part" },
|
||||
{ "keys": ["ctrl+alt+d"], "command": "show_diff" },
|
||||
{ "keys": ["ctrl+super+u"], "command": "uncommitted_files" },
|
||||
|
||||
{ "keys": ["ctrl+shift+pageup"], "command": "jump_between_changes", "args": {"direction": "prev"} },
|
||||
{ "keys": ["ctrl+shift+pagedown"], "command": "jump_between_changes", "args": {"direction": "next"} }
|
||||
]
|
Reference in New Issue
Block a user