[ { "keys": ["ctrl+7"], "command": "toggle_comment", "args": { "block": false } }, { "keys": ["ctrl+shift+7"], "command": "toggle_comment", "args": { "block": true } }, { "keys": ["alt+shift+f"], "command": "reindent", "args": { "single_line": false }}, /* phpcompanion */ { "keys" : ["ctrl+e"], "command" : "expand_fqcn" }, { "keys" : ["ctrl+f"], "command" : "find_use" }, { "keys" : ["ctrl+i"], "command" : "insert_php_constructor_property" }, /* sublime linter */ { "keys": ["ctrl+k", "l"], "command": "sublimelinter_lint" }, { "keys": ["ctrl+k", "a"], "command": "sublimelinter_show_all_errors" }, { "keys": ["ctrl+k", "t"], "command": "sublimelinter_toggle_linter", "args": {"which": "all"}}, /* highlight duplicates */ { "keys": ["alt+shift+h"], "command": "toggle_highlight_duplicates" }, { "keys": ["alt+shift+s"], "command": "toggle_select_duplicates" }, { "keys": ["ctrl+alt+f"], "command": "sublime_php_cs_fix"}, { "keys": ["ctrl+alt+a"], "command": "alignment" } ]