diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2025-02-20 12:40:49 -0500 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2025-02-20 12:40:49 -0500 |
commit | 8978a195055844e22ef9ad736f1494c82a5fc235 (patch) | |
tree | db033ca0f5e414faf9e3c1a7835c438f35a52780 /Default (Windows).sublime-keymap | |
parent | 116c309b2efc394123f2cc67625effc3b2426a22 (diff) | |
parent | 590e84a29672f5ecf458d53aa1d4ca587f7c47a6 (diff) |
Merge branch 'develop'
Diffstat (limited to 'Default (Windows).sublime-keymap')
-rw-r--r-- | Default (Windows).sublime-keymap | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ | |||
2 | { | 2 | { |
3 | "keys": ["alt+n", "n"], | 3 | "keys": ["alt+n", "n"], |
4 | "command": "new_note" | 4 | "command": "new_note" |
5 | }, | ||
6 | { | ||
7 | "keys": ["alt+n", "t"], | ||
8 | "command": "new_note_for_tomorrow" | ||
5 | } | 9 | } |
6 | ] | 10 | ] |