summaryrefslogtreecommitdiff
path: root/Default (Windows).sublime-keymap
diff options
context:
space:
mode:
authorzberwaldt <17715430+zberwaldt@users.noreply.github.com>2024-06-16 14:59:46 -0400
committerGitHub <noreply@github.com>2024-06-16 14:59:46 -0400
commit9a2f8dbcb02f3a2c084f9bb92c765028ba7b2ef0 (patch)
tree395b59397e0b3769c9f9955e6e53244754b26973 /Default (Windows).sublime-keymap
parent09923f0a79d6c567c5cda77c756a122a8651a246 (diff)
parent65dea987ae4217606d0a682ec49128a7a2c18c25 (diff)
Merge pull request #1 from zberwaldt/develop
Version 1
Diffstat (limited to 'Default (Windows).sublime-keymap')
-rw-r--r--Default (Windows).sublime-keymap10
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]