diff options
author | Jersey Fonseca <fonseca@uchicago.edu> | 2020-06-26 19:23:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-26 19:23:23 +0000 |
commit | 2dd6fc3cc12914274f39871d0431bf7c8e10c34e (patch) | |
tree | 6d1e1e8cba20673242f51e5640cb3ad836dc9406 /README.md | |
parent | df4d94af5f6a3434824cfd6cceaa58c56fb87877 (diff) | |
parent | 7573cf6459273425d10a5972a76f1a2a7b376063 (diff) |
Merge pull request #9 from vuciv/projects
Added ability to access todo list of specific projects
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -1,7 +1,8 @@ | |||
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 | You can easily access and manage Todo lists of specific projects or a general Todo list. | ||
5 | 6 | ||
6 | ## Installation | 7 | ## Installation |
7 | 8 | ||
@@ -17,9 +18,13 @@ Plug 'vuciv/vim-bujo' | |||
17 | 18 | ||
18 | ## Use / Mappings | 19 | ## Use / Mappings |
19 | 20 | ||
20 | * Run: | 21 | * Open Todo of current git repo: |
21 | ``` | 22 | ``` |
22 | :Todo | 23 | :Todo // from git repo |
24 | ``` | ||
25 | * Open general Todo: | ||
26 | ``` | ||
27 | :Todo g | ||
23 | ``` | 28 | ``` |
24 | * Insert a new task: | 29 | * Insert a new task: |
25 | ``` | 30 | ``` |
@@ -42,7 +47,7 @@ Plug 'vuciv/vim-bujo' | |||
42 | 47 | ||
43 | ## Screenshots | 48 | ## Screenshots |
44 | 49 | ||
45 | This gif shows how the TODO list opens up in vim. | 50 | This gif shows how the Todo list opens up in vim. |
46 | 51 | ||
47 | ![Gif of Bujo use](https://raw.githubusercontent.com/jfonseca8/vim-bujo/master/screenshots/bujo.gif) | 52 | ![Gif of Bujo use](https://raw.githubusercontent.com/jfonseca8/vim-bujo/master/screenshots/bujo.gif) |
48 | 53 | ||