diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2024-06-15 11:01:13 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2024-06-15 11:01:13 -0400 |
commit | 6a80f48b1c3c0245bbf78bcd8ebf52e4ca2cbc0a (patch) | |
tree | 82182a9deacef1e9e077126ee1244a7e1621ff86 /Default (Windows).sublime-keymap | |
parent | 09923f0a79d6c567c5cda77c756a122a8651a246 (diff) |
Add project files
Diffstat (limited to 'Default (Windows).sublime-keymap')
-rw-r--r-- | Default (Windows).sublime-keymap | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Default (Windows).sublime-keymap b/Default (Windows).sublime-keymap new file mode 100644 index 0000000..52ebbf1 --- /dev/null +++ b/Default (Windows).sublime-keymap | |||
@@ -0,0 +1,10 @@ | |||
1 | [ | ||
2 | { | ||
3 | "keys": ["alt+n", "o"], | ||
4 | "command": "organize_notes" | ||
5 | }, | ||
6 | { | ||
7 | "keys": ["alt+n", "n"], | ||
8 | "command": "new_note" | ||
9 | } | ||
10 | ] | ||