From ffc773b1df25c4fda3c437ab4d157e81b527e984 Mon Sep 17 00:00:00 2001 From: Curtis Gibby Date: Wed, 18 Jul 2012 17:09:41 -0600 Subject: [PATCH] Add "Alignment" command to Default.sublime-commands -- it was always getting lost for me --- Default.sublime-commands | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Default.sublime-commands b/Default.sublime-commands index f145e15..4c8b18b 100644 --- a/Default.sublime-commands +++ b/Default.sublime-commands @@ -64,5 +64,9 @@ "file": "${packages}/User/Default (Linux).sublime-keymap", "platform": "Linux" } + }, + { + "caption": "Alignment", + "command": "alignment" } ] \ No newline at end of file