Releases: vitalk/vim-simple-todo
Releases · vitalk/vim-simple-todo
0.19
- 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).
0.17
- 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).
0.16
- 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).
0.15
- 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).
0.14
Repeatable plugs. Each mapping is repeatable via . (require tpope/repeat).
0.13
Tick symbol customization, which allows redefining the default tick symbol from x
to something else. Thanks to @ronakg.
0.12
- Create a new todo for current line. Allow to turn current line into a task. Thanks to @kba.
- Inherit list marker from line above when creating new todo at start of the line.
0.11
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.
0.10
Silent mappings to disable showing commands in statusbar. Thanks to @yassu.