From b878766f05570faaf963e55d8a6ec85fafa288a5 Mon Sep 17 00:00:00 2001 From: Michael Lyons Date: Wed, 10 Dec 2025 19:08:30 -0500 Subject: [PATCH] Simplify herestring keymap --- Default.sublime-keymap | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/Default.sublime-keymap b/Default.sublime-keymap index fe5fc62..3f1c2c7 100644 --- a/Default.sublime-keymap +++ b/Default.sublime-keymap @@ -10,17 +10,8 @@ "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete to Hard BOL.sublime-macro"}, }, { - "command": "insert", - "args": {"characters": "\"@" }, - }, { - "command": "move", - "args": {"by": "characters", "forward": false}, - }, { - "command": "move", - "args": {"by": "characters", "forward": false}, - }, { - "command": "move", - "args": {"by": "characters", "forward": false}, + "command": "insert_snippet", + "args": {"contents": "$0\n\"@" }, }], }, "context": [ @@ -40,17 +31,8 @@ "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete to Hard BOL.sublime-macro"}, }, { - "command": "insert", - "args": {"characters": "'@" }, - }, { - "command": "move", - "args": {"by": "characters", "forward": false}, - }, { - "command": "move", - "args": {"by": "characters", "forward": false}, - }, { - "command": "move", - "args": {"by": "characters", "forward": false}, + "command": "insert_snippet", + "args": {"contents": "$0\n'@" }, }], }, "context": [