Skip to content

Instantly share code, notes, and snippets.

@valdergallo
Created May 18, 2017 14:05
Show Gist options
  • Save valdergallo/f7a5ce5903c0cc8b8a1ac9edcdf4686c to your computer and use it in GitHub Desktop.
Save valdergallo/f7a5ce5903c0cc8b8a1ac9edcdf4686c to your computer and use it in GitHub Desktop.
sublime3_keys.json
[
{ "keys": ["alt+shift+d"], "command": "find_under_expand" },
{ "keys": ["alt+shift+a"], "command": "find_all_under" },
{ "keys": ["ctrl+g"], "command": "goto_definition" },
{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["super+delete"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete to Hard EOL.sublime-macro"} },
{ "keys": ["shift+super+w"], "command": "close_all"},
{ "keys": ["ctrl+shift+r"], "command": "goto_symbol_in_project" },
{ "keys": ["ctrl+alt+'"], "command": "auto_docstring" },
{ "keys": ["ctrl+alt+shift+'"], "command": "auto_docstring_all" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment