mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-25 14:41:38 +00:00
backing up sublime settings
This commit is contained in:
6
Packages/SublimeLinter/Default (Windows).sublime-keymap
Normal file
6
Packages/SublimeLinter/Default (Windows).sublime-keymap
Normal file
@@ -0,0 +1,6 @@
|
||||
[
|
||||
{ "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" }
|
||||
]
|
||||
Reference in New Issue
Block a user