Org Extension for VS Code
Integrates Org into VS Code.
Keybindings
Key |
Description |
Command |
alt+left |
Promote a head |
org-code.promote.head |
alt+right |
Demote a head |
org-code.dmote.head |
alt+shift+left |
Promote a tree of head |
org-code.promote.tree |
alt+shift+right |
Demote a tree of head |
org-code.demote.tree |
ctrl+c ctrl+t |
Set a state on a head |
org-code.set.state |
shift+left |
Set a previous state on a head |
org-code.set.prev.state |
shift+right |
Set a next state on a head |
org-code.set.next.state |
ctrl+c ctrl+s |
Insert schedule date |
org-code.open.calendar |
ctrl+c ctrl+d |
Insert deadline date |
org-code.open.calendar |
Configurations
Name |
Description |
Default |
Todo State |
String for todo state separated by white space |
TODO WAIT |
Done State |
String for done state separated by white space |
DONE DROP |
Head Level |
Maximum head level |
6 |
Update Delay |
Update UI delay for indent and fold in ms |
10 |
Indent |
Indent heads |
true |
Fold |
Fold by heads |
true |
| |