Files
ChocolateyPackages/EthanBrown.SublimeText2.GitPackages/tools/PackageCache/Modific/Default (Windows).sublime-keymap
2013-04-04 08:55:33 -04:00

10 lines
469 B
Plaintext

[
{ "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"} }
]