Skip to content

Instantly share code, notes, and snippets.

@optroodt
Created March 20, 2023 09:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save optroodt/12ed4c6d519cd91825097d9dcf9cf3b5 to your computer and use it in GitHub Desktop.
Save optroodt/12ed4c6d519cd91825097d9dcf9cf3b5 to your computer and use it in GitHub Desktop.
Sublime Key Bindings (Preferences > Key Bindings)
[
{ "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