From d979ea110bb2d79929e384e54728da1d7d4d5817 Mon Sep 17 00:00:00 2001 From: Patrick Galbraith Date: Tue, 19 Feb 2019 16:58:42 +1030 Subject: [PATCH] Add Command Palette support --- Default.sublime-commands | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Default.sublime-commands diff --git a/Default.sublime-commands b/Default.sublime-commands new file mode 100644 index 0000000..664f4dd --- /dev/null +++ b/Default.sublime-commands @@ -0,0 +1,12 @@ +[ + { + "caption": "Select Until", + "command": "select_until", + "args": { "extend": true } + }, + { + "caption": "Select Until - Reverse", + "command": "reverse_select", + "args": { "extend": true } + } +] \ No newline at end of file