Created
August 22, 2022 08:11
-
-
Save lucian303/4d865c97a3d2bda359748c681f268215 to your computer and use it in GitHub Desktop.
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": ["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