Skip to content

Instantly share code, notes, and snippets.

@tecbeast42
Created January 8, 2016 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tecbeast42/8e8b539e3f914dc23916 to your computer and use it in GitHub Desktop.
Save tecbeast42/8e8b539e3f914dc23916 to your computer and use it in GitHub Desktop.
Sublime Keybindings
[
{ "keys": ["f12"], "command": "reindent", "args": {"single_line": false} },
{ "keys": ["ctrl+q"], "command": "valign" },
{ "keys": ["alt+y"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["alt+shift+y"], "command": "toggle_comment", "args": { "block": true } },
{ "keys": ["ctrl+shift+o"], "command": "prompt_open_folder" },
{ "keys": ["ctrl+shift+b"], "command": "toggle_side_bar" },
{ "keys": ["ctrl+shift+w"], "command": "close_all" },
{ "keys": ["ctrl+shift+t"], "command": "open_terminal" },
{ "keys": ["ctrl+shift+alt+t"], "command": "open_terminal_project_folder" },
{ "keys": ["f10"], "command": "toggle_menu" },
{ "keys": ["f9"], "command" : "expand_fqcn"},
{ "keys": ["f8"], "command" : "find_use"},
{ "keys": ["f7"], "command" : "insert_php_constructor_property"},
// { "keys": [",","p"], "command": "simple_php_unit"},
// { "keys": [",","f"], "command": "simple_php_unit","args":{"test_current_file":true}},
{ "keys": ["alt+b"], "command": "build" },
{ "keys": ["f4"], "command" : "import_namespace"},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment