mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-25 06:31:34 +00:00
7 lines
356 B
Plaintext
7 lines
356 B
Plaintext
[
|
|
{ "keys": ["ctrl+k", "l"], "command": "sublimelinter_lint" },
|
|
{ "keys": ["ctrl+k", "n"], "command": "sublimelinter_goto_error", "args": {"direction": "next"} },
|
|
{ "keys": ["ctrl+k", "p"], "command": "sublimelinter_goto_error", "args": {"direction": "previous"} },
|
|
{ "keys": ["ctrl+k", "a"], "command": "sublimelinter_show_all_errors" }
|
|
]
|