-
Notifications
You must be signed in to change notification settings - Fork 1
/
Default.sublime-keymap
34 lines (32 loc) · 1.82 KB
/
Default.sublime-keymap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[
{ "keys": ["ctrl+shift+-"], "command": "new_file_node" },
{ "keys": ["ctrl+shift+e"], "command": "node_browser"},
{ "keys": ["ctrl+shift+s"], "command": "rename_file"},
{ "keys": ["ctrl+shift+/"], "command": "open_urtext_link"},
{ "keys": ["ctrl+shift+t"], "command": "insert_timestamp"},
{ "keys": ["ctrl+shift+,"], "command": "navigate_backward"},
{ "keys": ["ctrl+shift+."], "command": "navigate_forward"},
{ "keys": ["ctrl+shift+h"], "command": "urtext_home"},
{ "keys": ["ctrl+shift+6"], "command": "compact_node"},
{ "keys": ["ctrl+shift+f"], "command": "random_node"},
{ "keys": ["ctrl+shift+o"], "command": "list_projects"},
{ "keys": ["ctrl+shift+8"], "command": "all_projects_node_browser"},
{ "keys": ["ctrl+shift+c"], "command": "copy_link_to_here"},
{ "keys": ["ctrl+shift+super+c"], "command": "copy_link_to_here_with_project"},
{ "keys": ["ctrl+shift+'"], "command": "insert_link_to_new_node"},
{ "keys": ["ctrl+shift+left"], "command" :"backlinks_browser"},
{ "keys": ["ctrl+shift+right"], "command" :"forwardlinks_browser"},
{ "keys": ["ctrl+shift+l"], "command":"link_to_node"},
{ "keys": ["ctrl+shift+alt+right"], "command":"pop_node"},
{ "keys": ["ctrl+shift+alt+left"], "command":"pull_node"},
{ "keys": ["ctrl+shift+["], "command":"wrap_selection"},
{ "keys": ["ctrl+shift+]"], "command":"go_to_dynamic_definition"},
{ "keys": ["ctrl+shift+m"], "command":"find_by_meta"},
{ "keys": ["ctrl+shift+n"], "command":"to_next_node"},
{ "keys": ["ctrl+shift+b"], "command":"to_previous_node"},
{ "keys": ["ctrl+shift+0"], "command":"toggle_fold_single"},
{ "keys": ["ctrl+shift+9"], "command":"toggle_fold_all"},
{ "keys": ["ctrl+shift+i"], "command":"file_outline_dropdown"},
{ "keys": ["ctrl+shift+k"], "command" :"urtext_lint"},
{ "keys": ["ctrl+shift+j"], "command" :"insert_file_link"},
]