From c6eb143b51b0c105b157e9d408d6e9fcfaa5abfc Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Wed, 19 Feb 2025 20:01:21 -0500 Subject: add new command. Major refactor. --- Default (Windows).sublime-keymap | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Default (Windows).sublime-keymap') diff --git a/Default (Windows).sublime-keymap b/Default (Windows).sublime-keymap index 58f6d3c..1f79167 100644 --- a/Default (Windows).sublime-keymap +++ b/Default (Windows).sublime-keymap @@ -2,5 +2,9 @@ { "keys": ["alt+n", "n"], "command": "new_note" + }, + { + "keys": ["alt+n", "t"], + "command": "new_note_for_tomorrow" } ] -- cgit v1.1