summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7dd5a31..468887b 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
1# vim-bujo 1# vim-bujo
2 2
3This plugin allows people to easily access and manage a minimalist todo list from vim. 3This plugin allows people to easily access and manage todo lists for their projects from vim.
4 4
5You 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
45This gif shows how the TODO list opens up in vim. 50This 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