diff options
Diffstat (limited to 'User/semicolon-eol.sublime-macro')
-rw-r--r-- | User/semicolon-eol.sublime-macro | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/User/semicolon-eol.sublime-macro b/User/semicolon-eol.sublime-macro new file mode 100644 index 0000000..ecf7a44 --- /dev/null +++ b/User/semicolon-eol.sublime-macro @@ -0,0 +1,17 @@ +[ + { + "args": + { + "extend": false, + "to": "eol" + }, + "command": "move_to" + }, + { + "args": + { + "characters": ";" + }, + "command": "insert" + } +] |