--- 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.