mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-25 14:41:38 +00:00
7 lines
366 B
Plaintext
7 lines
366 B
Plaintext
[
|
|
{ "keys": ["ctrl+super+l"], "command": "sublimelinter_lint" },
|
|
{ "keys": ["ctrl+super+e"], "command": "sublimelinter_goto_error", "args": {"direction": "next"} },
|
|
{ "keys": ["ctrl+super+shift+e"], "command": "sublimelinter_goto_error", "args": {"direction": "previous"} },
|
|
{ "keys": ["ctrl+super+a"], "command": "sublimelinter_show_all_errors" }
|
|
]
|