--- title: "Asynchronous todo manager" categories: [feature, blog] description: "Asynchronous todo manager for vim/neovim, show all todo tag and title within current project." image: https://user-images.githubusercontent.com/13142418/35278709-7856ed62-0010-11e8-8b1e-e6cc6374b0dc.gif commentsID: "Asynchronous todo manager" comments: true --- # [Blogs](../blog/) >> Asynchronous todo manager {{ page.date | date_to_string }} SpaceVim provides a built-in todo manager, 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.