diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2019-12-07 23:06:14 +0100 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2019-12-07 23:06:14 +0100 |
commit | cdc9057adf122944ace0fc89d0a9f1e31c9a7ada (patch) | |
tree | 3609df8bc560e1e2b0af024cc2372a104960f639 /User/get_to_var.sublime-macro | |
download | sublime-text-3-packages-cdc9057adf122944ace0fc89d0a9f1e31c9a7ada.tar.gz sublime-text-3-packages-cdc9057adf122944ace0fc89d0a9f1e31c9a7ada.tar.bz2 sublime-text-3-packages-cdc9057adf122944ace0fc89d0a9f1e31c9a7ada.zip |
init
Diffstat (limited to 'User/get_to_var.sublime-macro')
-rw-r--r-- | User/get_to_var.sublime-macro | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/User/get_to_var.sublime-macro b/User/get_to_var.sublime-macro new file mode 100644 index 0000000..285214c --- /dev/null +++ b/User/get_to_var.sublime-macro @@ -0,0 +1,100 @@ +[ + { + "args": + { + "by": "characters", + "forward": false + }, + "command": "move" + }, + { + "args": + { + "by": "words", + "extend": true, + "forward": false + }, + "command": "move" + }, + { + "args": null, + "command": "copy" + }, + { + "args": + { + "extend": false, + "to": "bol" + }, + "command": "move_to" + }, + { + "args": null, + "command": "paste" + }, + { + "args": + { + "characters": " " + }, + "command": "insert" + }, + { + "args": + { + "characters": "=" + }, + "command": "insert" + }, + { + "args": + { + "characters": " " + }, + "command": "insert" + }, + { + "args": + { + "extend": false, + "to": "bol" + }, + "command": "move_to" + }, + { + "args": null, + "command": "right_delete" + }, + { + "args": null, + "command": "right_delete" + }, + { + "args": null, + "command": "right_delete" + }, + { + "args": + { + "characters": "$" + }, + "command": "insert" + }, + { + "args": + { + "by": "word_ends", + "extend": true, + "forward": true + }, + "command": "move" + }, + { + "args": null, + "command": "trim_trailing_white_space" + }, + { + "args": null, + "command": "convert_to_snake" + } +] |