Created
May 18, 2017 14:05
-
-
Save valdergallo/f7a5ce5903c0cc8b8a1ac9edcdf4686c to your computer and use it in GitHub Desktop.
sublime3_keys.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "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