Skip to content

Instantly share code, notes, and snippets.

@zqb7
Last active May 5, 2023 03:27
Show Gist options
  • Save zqb7/66e47c5dfc342f2667e098e36b19b33c to your computer and use it in GitHub Desktop.
Save zqb7/66e47c5dfc342f2667e098e36b19b33c to your computer and use it in GitHub Desktop.
[
{ "keys": ["ctrl+y"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["ctrl+d"], "command": "duplicate_line" },
{ "keys": ["shift+alt+up"], "command": "swap_line_up" },
{ "keys": ["shift+alt+down"], "command": "swap_line_down" },
{ "keys": ["ctrl+t", "ctrl+u"], "command": "upper_case" },
{ "keys": ["ctrl+t", "ctrl+l"], "command": "lower_case" },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment