@@ -130,6 +130,7 @@ CONTENTS *orgmode-content
130130 1.2.5.6. around_heading_from_root...|orgmode-around_heading_from_root|
131131 1.2.5.7. inner_subtree_from_root.....|orgmode-inner_subtree_from_root|
132132 1.2.5.8. around_subtree_from_root...|orgmode-around_subtree_from_root|
133+ 1.2.6. Dot repeat.....................................|orgmode-dot_repeat|
133134 1.3. Document Diagnostics.......................|orgmode-document_diagnostics|
134135 1.4. Autocompletion...................................|orgmode-autocompletion|
135136 1.5. Abbreviations.....................................|orgmode-abbreviations|
@@ -165,6 +166,7 @@ TABLE OF CONTENT *orgmode-table_of_conten
165166 3. Capture mappings (#capture-mappings)
166167 4. Org mappings (#org-mappings)
167168 5. Text objects (#text-objects)
169+ 6. Dot repeat (#dot-repeat)
1681703. Document Diagnostics (#document-diagnostics)
1691714. Autocompletion (#autocompletion)
1701725. Abbreviations (#abbreviations)
@@ -1130,6 +1132,10 @@ These mappings live under `mappings.text_objects`, and can be changed like this:
11301132 })
11311133<
11321134
1135+ DOT REPEAT *orgmode-dot_repeat*
1136+
1137+ To make all mappings dot repeatable, install vim-repeat (https://github.com/tpope/vim-repeat) plugin.
1138+
11331139--------------------------------------------------------------------------------
11341140DOCUMENT DIAGNOSTICS *orgmode-document_diagnostics*
11351141
0 commit comments