*bujo.txt* Bujo~ Bullet Journal Vim Plugin~ Author: Jersey Fonseca Version: 0.5 1. Overview 2. Features 3. FAQ ======================================================= *bujo-overview* 1. Overview~ This plugin allows people to easily access and manage todo lists for their projects. You can access Todo lists of specific projects just by being inside of that git repo. In addition, you can access a general todo list from any folder. You can find stable versions of this plugin at: https://github.com/jfonseca8/vim-bujo Feedback and bug reports are welcomed and encouraged. If you want new features, please do let me know. I would be honored at the opportunity to make a tool better. I built this because I wanted the ease of vim bindings with the benefits of keeping a todo list on hand. It is very simple and minimialist. ======================================================= *bujo-features* 2. Features~ * Open project specific todo: :Todo // from inside project * Open general todo: :Todo g * Use mods : Todo * Insert a new task: nmap BujoAddTodoNormal imap BujoAddTodoInsert * Check off a task: nmap BujoChecknormal imap BujoCheckinsert * Change cache directory: let g:bujo#todo_file_path = $HOME . "/.cache/bujo" * Change window open width: let g:bujo#window_width = 40 ======================================================= *bujo-notes* 3. Notes Please always feel free to do make recommendations and join me!