diff options
| author | Zach Berwaldt <zberwaldt@tutamail.com> | 2025-02-19 13:55:16 -0500 |
|---|---|---|
| committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2025-02-19 13:55:16 -0500 |
| commit | 4da3c645173454d1fe73fea09710cb3db95f19a9 (patch) | |
| tree | 6ebdcf79200744d11d4e623b4af784517c2ee3da /Default (Windows).sublime-keymap | |
| parent | 83e091e7c5eefec6bd6c9001cbc35a6fb75895f7 (diff) | |
Simplify the API for the plugin. Notes are automatically sorted on creation.
Diffstat (limited to 'Default (Windows).sublime-keymap')
| -rw-r--r-- | Default (Windows).sublime-keymap | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Default (Windows).sublime-keymap b/Default (Windows).sublime-keymap index 52ebbf1..58f6d3c 100644 --- a/Default (Windows).sublime-keymap +++ b/Default (Windows).sublime-keymap | |||
| @@ -1,9 +1,5 @@ | |||
| 1 | [ | 1 | [ |
| 2 | { | 2 | { |
| 3 | "keys": ["alt+n", "o"], | ||
| 4 | "command": "organize_notes" | ||
| 5 | }, | ||
| 6 | { | ||
| 7 | "keys": ["alt+n", "n"], | 3 | "keys": ["alt+n", "n"], |
| 8 | "command": "new_note" | 4 | "command": "new_note" |
| 9 | } | 5 | } |
