feat(ST2.GitPackages): bump up all packages

- Refresh PackageCache with latest versions of everything
This commit is contained in:
Iristyle
2013-09-16 22:32:31 -04:00
parent fad58909f7
commit 3a0c5ce9e2
43 changed files with 6367 additions and 1395 deletions

View File

@@ -0,0 +1,34 @@
[
// Git Chords - https://github.com/kemayo/sublime-text-2-git
{ "keys": ["ctrl+shift+g", "ctrl+shift+a"], "command": "git_add_choice" },
{ "keys": ["ctrl+shift+g", "ctrl+shift+b"], "command": "git_branch" },
{ "keys": ["ctrl+shift+g", "ctrl+shift+c"], "command": "git_commit" },
{ "keys": ["ctrl+shift+g", "ctrl+shift+d"], "command": "git_diff" },
{ "keys": ["ctrl+shift+g", "ctrl+shift+f"], "command": "git_fetch" },
{ "keys": ["ctrl+shift+g", "ctrl+shift+g"], "command": "git_graph" },
{ "keys": ["ctrl+shift+g", "ctrl+shift+h"], "command": "git_commit_history" },
{ "keys": ["ctrl+shift+g", "ctrl+shift+l"], "command": "git_log" },
{ "keys": ["ctrl+shift+g", "ctrl+shift+m"], "command": "git_merge" },
{ "keys": ["ctrl+shift+g", "ctrl+shift+n"], "command": "git_new_branch" },
{ "keys": ["ctrl+shift+g", "ctrl+shift+p"], "command": "git_pull_current_branch" },
{ "keys": ["ctrl+shift+g", "ctrl+shift+q"], "command": "git_quick_commit" },
// dangerous
// { "keys": ["ctrl+shift+g", "ctrl+shift+r"], "command": "git_reset_hard_head" },
{ "keys": ["ctrl+shift+g", "ctrl+shift+s"], "command": "git_status" },
{ "keys": ["ctrl+shift+g", "ctrl+shift+t"], "command": "git_new_tag" },
{ "keys": ["ctrl+shift+g", "ctrl+shift+z"], "command": "git_commit_amend" },
{ "keys": ["ctrl+shift+g", "ctrl+shift+up"], "command": "git_push" },
{ "keys": ["ctrl+shift+g", "ctrl+shift+down"], "command": "git_pull" },
{ "keys": ["ctrl+shift+g", "ctrl+shift+right"], "command": "git_stash" },
{ "keys": ["ctrl+shift+g", "ctrl+shift+left"], "command": "git_stash_pop" },
//Modific - https://github.com/gornostal/Modific
{ "keys": ["ctrl+super+c"], "command": "show_original_part" },
//using this binding with https://github.com/braindamageinc/SublimeHttpRequester
//{ "keys": ["ctrl+super+r"], "command": "replace_modified_part" },
//Git plugin does this already
//{ "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"} }
]

View File

@@ -1 +1 @@
{"url": "https://github.com/Iristyle/SublimeKeyMap.Git", "version": "2013.03.17.19.57.57", "description": "A simple repository used to host / share my customized Sublime Text 2 key bindings for Git plugins"}
{"url": "https://github.com/Iristyle/SublimeKeyMap.Git", "version": "2013.09.17.01.37.21", "description": "A simple repository used to host / share my customized Sublime Text 2 key bindings for Git plugins"}