Skip to content

Instantly share code, notes, and snippets.

@caligin
Last active September 25, 2017 00:16
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 caligin/f50a9d6993bf8c7863d1487afada722e to your computer and use it in GitHub Desktop.
Save caligin/f50a9d6993bf8c7863d1487afada722e to your computer and use it in GitHub Desktop.
[
{ "keys": ["ctrl+shift+up"], "command": "duplicate_line" },
{ "keys": ["ctrl+shift+down"], "command": "duplicate_line" },
{ "keys": ["alt+shift+up"], "command": "swap_line_up" },
{ "keys": ["alt+shift+down"], "command": "swap_line_down" },
{ "keys": ["ctrl+shift+s"], "command": "save_all" },
{ "keys": ["ctrl+e"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["ctrl+1"], "command": "focus_side_bar" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment