1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 12:00:05 +08:00
SpaceVim/docs/_posts/2019-07-17-Asynchronous-todo-manager.md
2020-09-01 20:36:13 +08:00

23 lines
920 B
Markdown

---
title: "Asynchronous todo manager"
categories: [feature, blog]
description: "Asynchronous TODO list manager that queries all TODO items in the current project, display TODO tags and titles."
image: https://user-images.githubusercontent.com/13142418/61462920-0bd9d000-a9a6-11e9-8e1f-c70d6ec6ca1e.png
commentsID: "Asynchronous todo manager"
comments: true
---
# [Blogs](../blog/) >> 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'`
![todo manager](https://user-images.githubusercontent.com/13142418/61462920-0bd9d000-a9a6-11e9-8e1f-c70d6ec6ca1e.png)
This plugin also has been detached into [vim-todo](https://github.com/wsdjeg/vim-todo/), you can use it without SpaceVim.