mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 09:20:06 +08:00
920 B
920 B
title | categories | description | image | commentsID | comments | ||
---|---|---|---|---|---|---|---|
Asynchronous todo manager |
|
Asynchronous TODO list manager that queries all TODO items in the current project, display TODO tags and titles. | https://user-images.githubusercontent.com/13142418/61462920-0bd9d000-a9a6-11e9-8e1f-c70d6ec6ca1e.png | Asynchronous todo manager | true |
Blogs >> Asynchronous todo manager
{{ page.date | date_to_string }}
The built-in asynchronous todo manager provides the ability to queries and displays all the todo items in
in current project. the default key bidning is SPC a o
, and the default tags is:
'fixme', 'question', 'todo', 'idea'
This plugin also has been detached into vim-todo, you can use it without SpaceVim.