Files
ChocolateyPackages/EthanBrown.SublimeText2.EditorPackages/tools/PackageCache/BracketHighlighter/Default.sublime-keymap

17 lines
335 B
Plaintext

[
// Navigate tabstops in wrapped selection
{
"keys": ["tab"],
"command": "bh_next_wrap_sel",
"context":
[
{
"operand": true,
"operator": "equal",
"match_all": true,
"key": "bh_wrapping"
}
]
}
]