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