Created
September 26, 2016 09:21
-
-
Save hoangong/14c9e2406d1ff8815fd30680c62f3b73 to your computer and use it in GitHub Desktop.
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": ["shift+enter"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line.sublime-macro"} }, | |
{ "keys": ["super+y"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} }, | |
{ "keys": ["ctrl+shift+w"], "command": "toggle_setting", "args": {"setting": "word_wrap"}}, | |
{ "keys": ["super+d"], "command": "duplicate_line" }, | |
{ "keys": ["super+e"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment