File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ The sequence matching the expression '^\s\*[ ].\*' marks a line as a TODO list i
4545* ` :VimTodoListsCreateNewItem ` - creates a new item in current line
4646* ` :VimTodoListsGoToNextItem ` - go to the next item
4747* ` :VimTodoListsGoToPreviousItem ` - go to the previous item
48- * ` :VimTodoListsToggleItem ` - toggles the item
48+ * ` :VimTodoListsToggleItem ` - toggles the current item (or selected items in visual mode)
4949
5050##### Default key mappings
5151
Original file line number Diff line number Diff line change @@ -70,7 +70,8 @@ Commands
7070* :VimTodoListsCreateNewItem - creates a new item in current line
7171* :VimTodoListsGoToNextItem - go to the next item
7272* :VimTodoListsGoToPreviousItem - go to the previous item
73- * :VimTodoListsToggleItem - toggles the item
73+ * :VimTodoListsToggleItem - toggles the current item (or selected items
74+ in visual mode)
7475
7576
7677Default key bindings
You can’t perform that action at this time.
0 commit comments