Last active
May 5, 2023 03:27
-
-
Save zqb7/66e47c5dfc342f2667e098e36b19b33c to your computer and use it in GitHub Desktop.
This file contains 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": ["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