diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 11 insertions, 3 deletions
| @@ -1,8 +1,12 @@ | |||
| 1 | # vim-bujo | 1 | # vim-bujo |
| 2 | 2 | ||
| 3 | This plugin allows people to easily access and manage a minimalist todo list from vim. | 3 | This plugin allows people to easily access and manage todo lists for their projects from vim. |
| 4 | 4 | ||
| 5 | 5 | ||
| 6 | This plugin allows people to easily access and manage todo lists for their projects. | ||
| 7 | |||
| 8 | 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. | ||
| 9 | |||
| 6 | ## Installation | 10 | ## Installation |
| 7 | 11 | ||
| 8 | If you use a plugin manager, such as [vim-plug], follow its instructions on how to install plugins from github. | 12 | If you use a plugin manager, such as [vim-plug], follow its instructions on how to install plugins from github. |
| @@ -17,9 +21,13 @@ Plug 'vuciv/vim-bujo' | |||
| 17 | 21 | ||
| 18 | ## Use / Mappings | 22 | ## Use / Mappings |
| 19 | 23 | ||
| 20 | * Run: | 24 | * Open general Todo: |
| 25 | ``` | ||
| 26 | :Todo g | ||
| 27 | ``` | ||
| 28 | * Open Todo of git repo: | ||
| 21 | ``` | 29 | ``` |
| 22 | :Todo | 30 | :Todo // from git repo |
| 23 | ``` | 31 | ``` |
| 24 | * Insert a new task: | 32 | * Insert a new task: |
| 25 | ``` | 33 | ``` |
