You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New <plug>(simple-todo-new-list-item-start-of-line) mapping is defined to create a new list item at start of the line. Thanks to @talw for the report (#31) and PR (#32).
New <plug>(simple-todo-mark-switch) mapping is defined to switch status of current todo. Mapping supports repeat via . as well. Thanks to @xianzhon (#29).
Support bulk update of selected todos, e.g. mark as done/undone. Thanks @ovc for the report (#21) and @xianzhon for the PR (#29).
Optional key bindings for each mode. Key bindings can be disabled for each mode (NORMAL, INSERT, VISUAL) separately via g:simple_todo_map_NAME_mode_keys options. Thanks to @kba and @mlovic (#25).
New <plug>(simple-todo-new-list-item) mapping is defined to create a new item with list symbol prefix. The list symbol can be adjusted via the g:simple_todo_list_symbol variable as well. Thanks to @KyleLH (#25).
Use the full path to vim directory in readme. Thanks to @omnidan (#26).
Insert list marker before the cursor in normal mode. This allow to turn current line into a task when cursor at the beginning of the line, as per #16. Thanks to @thegoodhen.