Skip to content

Instantly share code, notes, and snippets.

@lucian303
Created August 22, 2022 08:11
Show Gist options
  • Save lucian303/4d865c97a3d2bda359748c681f268215 to your computer and use it in GitHub Desktop.
Save lucian303/4d865c97a3d2bda359748c681f268215 to your computer and use it in GitHub Desktop.
[
{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["ctrl+left"], "command": "move_to", "args": {"to": "bol", "extend": false} },
{ "keys": ["ctrl+right"], "command": "move_to", "args": {"to": "eol", "extend": false} },
{ "keys": ["ctrl+up"], "command": "move_to", "args": {"to": "bof", "extend": false} },
{ "keys": ["ctrl+down"], "command": "move_to", "args": {"to": "eof", "extend": false} },
{ "keys": ["ctrl+["], "command": "jump_back" },
{ "keys": ["ctrl+]"], "command": "jump_forward" },
{ "keys": ["ctrl+super+d"], "command": "duplicate_line" },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment