diff options
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 | ] |