From 4da3c645173454d1fe73fea09710cb3db95f19a9 Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Wed, 19 Feb 2025 13:55:16 -0500 Subject: Simplify the API for the plugin. Notes are automatically sorted on creation. --- Default (Linux).sublime-keymap | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Default (Linux).sublime-keymap') diff --git a/Default (Linux).sublime-keymap b/Default (Linux).sublime-keymap index 52ebbf1..58f6d3c 100644 --- a/Default (Linux).sublime-keymap +++ b/Default (Linux).sublime-keymap @@ -1,9 +1,5 @@ [ { - "keys": ["alt+n", "o"], - "command": "organize_notes" - }, - { "keys": ["alt+n", "n"], "command": "new_note" } -- cgit v1.1