summaryrefslogtreecommitdiff
path: root/User/DeleteToNextBrace.sublime-macro
diff options
context:
space:
mode:
Diffstat (limited to 'User/DeleteToNextBrace.sublime-macro')
-rw-r--r--User/DeleteToNextBrace.sublime-macro28
1 files changed, 28 insertions, 0 deletions
diff --git a/User/DeleteToNextBrace.sublime-macro b/User/DeleteToNextBrace.sublime-macro
new file mode 100644
index 0000000..b811ad5
--- /dev/null
+++ b/User/DeleteToNextBrace.sublime-macro
@@ -0,0 +1,28 @@
+[
+ {
+ "args": null,
+ "command": "set_mark"
+ },
+ {
+ "args":
+ {
+ "to": "brackets"
+ },
+ "command": "move_to"
+ },
+ {
+ "args": null,
+ "command": "select_to_mark"
+ },
+ {
+ "args": null,
+ "command": "left_delete"
+ },
+ {
+ "args":
+ {
+ "name": "mark"
+ },
+ "command": "clear_bookmarks"
+ }
+]