35 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [
 | |
|     // 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"} }
 | |
| ]
 |