Skip to content

Instantly share code, notes, and snippets.

@samundra
Last active June 29, 2016 11:31
Show Gist options
  • Save samundra/d5740f01d6eecda1cb80 to your computer and use it in GitHub Desktop.
Save samundra/d5740f01d6eecda1cb80 to your computer and use it in GitHub Desktop.
SubtimeText3 Key Bindings
[
{ "keys": ["alt+shift+f"], "command": "reindent", "args": {"single_line": false} },
{ "keys": ["ctrl+shift+y"], "command": "show_overlay", "args": {"overlay": "command_palette", "text": "Set Syntax: "} },
{ "keys": ["ctrl+super+t"], "command": "phpcs_clear_sniffer_marks" },
{ "keys": ["ctrl+shift+w"], "command": "toggle_setting", "args": {"setting": "word_wrap"}},
{ "keys": ["f6"], "command": "expand_fqcn" },
{ "keys": ["shift+f6"], "command": "expand_fqcn", "args": {"leading_separator": true} },
{ "keys": ["f5"], "command": "find_use" },
{ "keys": ["f4"], "command": "import_namespace" },
{ "keys": ["f3"], "command": "implement" },
{ "keys": ["shift+f12"], "command": "goto_definition_scope" },
{ "keys": ["f7"], "command": "insert_php_constructor_property" },
{ "keys": ["ctrl+alt+n"], "command": "advanced_new_file_new"},
{ "keys": ["ctrl+shift+d"], "command": "git_diff"},
{ "keys": ["ctrl+shift+c"], "command": "copy_relative_path"},
{ "keys": ["ctrl+e"], "command": "extended_switcher", "args": {"list_mode": "window"} },
{ "keys": ["ctrl+shift+e"], "command": "extended_switcher", "args": {"list_mode": "active_group"} },
{ "keys": ["alt+enter"], "command": "goto_definition" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment