Skip to content

Instantly share code, notes, and snippets.

@hoangong
Created September 26, 2016 09:21
Show Gist options
  • Save hoangong/14c9e2406d1ff8815fd30680c62f3b73 to your computer and use it in GitHub Desktop.
Save hoangong/14c9e2406d1ff8815fd30680c62f3b73 to your computer and use it in GitHub Desktop.
[
{ "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