Files
sublime-text-3/Packages/SublimeLinter/Default (OSX).sublime-keymap

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" }
]