feat(SublimeText2.GitPackages): cache packages

This commit is contained in:
Iristyle
2013-04-04 08:55:33 -04:00
parent c3efdad2c2
commit c0f9c6d45a
109 changed files with 15317 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[
{ "keys": ["ctrl+alt+c"], "command": "show_original_part" },
{ "keys": ["ctrl+alt+r"], "command": "replace_modified_part" },
{ "keys": ["ctrl+alt+d"], "command": "show_diff" },
{ "keys": ["ctrl+alt+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"} }
]