feat(SublimeText2.EditorPackages): cache packages
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
[
|
||||
// Navigate tabstops in wrapped selection
|
||||
{
|
||||
"keys": ["tab"],
|
||||
"command": "bh_next_wrap_sel",
|
||||
"context":
|
||||
[
|
||||
{
|
||||
"operand": true,
|
||||
"operator": "equal",
|
||||
"match_all": true,
|
||||
"key": "bh_wrapping"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user