Skip to content

Commit 423e5dc

Browse files
author
nvim-orgmode
committed
1 parent 967664f commit 423e5dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/index.org

+2
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,14 @@ List of available actions:
6767
- =:Org install_treesitter_grammar= - Install the treesitter grammar for Orgmode. If installed, prompt to reinstall. Grammar is installed automatically
6868
on first run, but this is useful in case when there are issues with the grammar.
6969
- =:Org store_link= - [[file:./configuration.org::#org_store_link][Store link]] to the headline under cursor. Works in both agenda and org files.
70+
- =:Org indent_mode= - Toggle virtual indent mode in the current buffer. See [[file:./configuration.org::#org_startup_indented][osg_startup_indented]] for additional info.
7071

7172
All of the commands above can be executed through the global Lua =Org= variable. Examples:
7273
- =Org.help()=
7374
- =Org.helpgrep()=
7475
- =Org.install_treesitter_grammar()=
7576
- =Org.store_link()=
77+
- =Org.indent_mode()=
7678
- =Org.agenda()= - Opens =agenda= prompt
7779
- =Org.agenda.m()= - Opens =tags= view
7880
- =Org.capture()= - Opens capture prompt

0 commit comments

Comments
 (0)