From ec48e57d0b0ef578de69e56d62a9f5ff4e532732 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Tue, 24 Aug 2021 23:43:00 -0700 Subject: [PATCH] Move some keys that I had left in my user file. --- voussoir/Default (Windows).sublime-keymap | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/voussoir/Default (Windows).sublime-keymap b/voussoir/Default (Windows).sublime-keymap index 57995a1..26aa741 100644 --- a/voussoir/Default (Windows).sublime-keymap +++ b/voussoir/Default (Windows).sublime-keymap @@ -4,6 +4,10 @@ { "keys": ["ctrl+shift+b"], "command": "expand_selection", "args": {"to": "brackets"} }, { "keys": ["alt+shift+."], "command": "insert_snippet", "args": { "name": "Packages/XML/long-tag.sublime-snippet" }}, { "keys": ["shift+delete"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"}}, +{ "keys": ["ctrl+shift+space"], "command": "auto_complete" }, +{ "keys": ["shift+alt+up"], "command": "select_lines", "args": {"forward": false} }, +{ "keys": ["shift+alt+down"], "command": "select_lines", "args": {"forward": true} }, + { "keys": ["ctrl+shift+enter"], "command": "insert", "args": {"characters": "\n#"},