summaryrefslogtreecommitdiff
path: root/Default (Windows).sublime-keymap
blob: 52ebbf12763734cdda6fb22315a5cf093c19551a (plain)
1
2
3
4
5
6
7
8
9
10
[
  {
    "keys": ["alt+n", "o"],
    "command": "organize_notes"
  },
  {
    "keys": ["alt+n", "n"],
    "command": "new_note"
  }
]