summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md15
1 files changed, 6 insertions, 9 deletions
diff --git a/README.md b/README.md
index b76f3b9..468887b 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,7 @@
2 2
3This plugin allows people to easily access and manage todo lists for their projects from vim. 3This plugin allows people to easily access and manage todo lists for their projects from vim.
4 4
5 5You can easily access and manage Todo lists of specific projects or a general Todo list.
6This plugin allows people to easily access and manage todo lists for their projects.
7
8You 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
10## Installation 7## Installation
11 8
@@ -21,13 +18,13 @@ Plug 'vuciv/vim-bujo'
21 18
22## Use / Mappings 19## Use / Mappings
23 20
24* Open general Todo: 21* Open Todo of current git repo:
25 ``` 22 ```
26 :Todo g 23 :Todo // from git repo
27 ``` 24 ```
28* Open Todo of git repo: 25* Open general Todo:
29 ``` 26 ```
30 :Todo // from git repo 27 :Todo g
31 ``` 28 ```
32* Insert a new task: 29* Insert a new task:
33 ``` 30 ```
@@ -50,7 +47,7 @@ Plug 'vuciv/vim-bujo'
50 47
51## Screenshots 48## Screenshots
52 49
53This gif shows how the TODO list opens up in vim. 50This gif shows how the Todo list opens up in vim.
54 51
55![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)
56 53