forked from danielmagnussons/orgmode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDefault (Windows).sublime-keymap
25 lines (22 loc) · 1.03 KB
/
Default (Windows).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
[
//orgmode
{ "keys": ["enter"], "command": "orgmode_toggle_checkbox", "context":
[{ "key": "selector", "operator": "equal", "operand": "orgmode.checkbox" }]
},
{ "keys": ["enter"], "command": "orgmode_recalc_checkbox_summary", "context":
[{ "key": "selector", "operator": "equal", "operand": "orgmode.checkbox.summary" }]
},
{ "keys": ["enter"], "command": "orgmode_open_link", "context":
[{ "key": "selector", "operator": "equal", "operand": "orgmode.link" }]
},
{ "keys": ["enter"], "command": "orgmode_cycle_internal_link", "context":
[{ "key": "selector", "operator": "equal", "operand": "orgmode.link.internal" }]
},
//navigation
{ "keys": ["alt+left"], "command": "navigation_history_back"},
{ "keys": ["alt+right"], "command": "navigation_history_forward"},
//open_recently_closed_file
{ "keys": ["ctrl+shift+t"], "command": "open_recently_closed_file", "args": {"show_quick_panel": false}},
//help_it
{ "keys": ["alt+f1"], "command": "help_it" }
]