feat(SublimeText2.EditorPackages): cache packages

This commit is contained in:
Iristyle
2013-04-04 08:55:15 -04:00
parent d65666cdfc
commit c3efdad2c2
274 changed files with 26863 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
[
/* haven't figured out why yet, but for some reason you need to hit ctrl+c or escape twice to get it to deactivate jump targets */
{
"keys": ["ctrl+c"],
"command": "deactivate_jump_targets", "context": [{"key": "setting.easy_motion_mode"}]
},
{
"keys": ["escape"],
"command": "deactivate_jump_targets", "context": [{"key": "setting.easy_motion_mode"}]
},
{
"keys": ["<character>"],
"command": "jump_to", "context": [{"key": "setting.easy_motion_mode"}]
},
{
"keys": ["enter"],
"command": "show_jump_group", "context": [{"key": "setting.easy_motion_mode"}]
},
{
"keys": ["shift+enter"],
"command": "show_jump_group", "context": [{"key": "setting.easy_motion_mode"}], "args": {"next": false}
}
]