@@ -158,6 +158,7 @@ Commands
158158 *:VimTodoListsCreateNewItemAbove* *:VimTodoListsCreateNewItemBelow*
159159 *:VimTodoListsCreateNewItem* *:VimTodoListsGoToNextItem*
160160 *:VimTodoListsGoToPreviousItem* *:VimTodoListsToggleItem*
161+ *:VimTodoListsIncreaseIndent* *:VimTodoListsDecreaseIndent*
161162
162163* :VimTodoListsCreateNewItemAbove - creates a new item in a line above cursor
163164* :VimTodoListsCreateNewItemBelow - creates a new item in a line below cursor
@@ -166,6 +167,8 @@ Commands
166167* :VimTodoListsGoToPreviousItem - go to the previous item
167168* :VimTodoListsToggleItem - toggles the current item (or selected items
168169 in visual mode)
170+ * :VimTodoListsIncreaseIndent - increases the indent of current line
171+ * :VimTodoListsDecreaseIndent - decreases the indent of current line
169172
170173
171174Default key bindings
@@ -179,6 +182,8 @@ Item editing mode
179182* o - create new item above the cursor
180183* O - create new item below the cursor
181184* <Space> - toggle current item
185+ * <Tab> - increases the indent of current (or selected) line(s)
186+ * <Shift-Tab> - decreases the indent of current (or selected) line(s)
182187* <CR> - create new item in insert mode
183188* <leader> e - switch to normal editing mode
184189
@@ -273,6 +278,7 @@ SOFTWARE.
2732780.7.0
274279
275280* Makes items list markdown compatible
281+ * Adds mappings for fast increasing/decreasing indent
276282
277283==============================================================================
2782848. Credits *VimTodoListsCredits*
0 commit comments