Created
March 20, 2023 09:31
-
-
Save optroodt/12ed4c6d519cd91825097d9dcf9cf3b5 to your computer and use it in GitHub Desktop.
Sublime Key Bindings (Preferences > Key Bindings)
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+up"], "command": "swap_line_up" }, | |
{ "keys": ["alt+down"], "command": "swap_line_down" }, | |
{ "keys": ["command+alt+down"], "command": "duplicate_line" }, | |
{ "keys": ["command+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} }, | |
{ "keys": ["command+shift+l"], "command": "lower_case" }, | |
{ "keys": ["command+shift+u"], "command": "upper_case" } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment