Files
ChocolateyPackages/EthanBrown.SublimeText2.WebPackages/tools/PackageCache/SublimeLinter/Default (Linux).sublime-keymap
2013-04-04 08:54:25 -04:00

6 lines
235 B
Plaintext

[
{ "keys": ["ctrl+alt+l"], "command": "sublimelinter", "args": {"action": "lint"} },
{ "keys": ["ctrl+alt+e"], "command": "find_next_lint_error" },
{ "keys": ["ctrl+alt+shift+e"], "command": "find_previous_lint_error" }
]