summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index b76f3b9..9241978 100644
--- a/README.md
+++ b/README.md
@@ -21,13 +21,13 @@ Plug 'vuciv/vim-bujo'
21 21
22## Use / Mappings 22## Use / Mappings
23 23
24* Open general Todo: 24* Open Todo of current git repo:
25 ``` 25 ```
26 :Todo g 26 :Todo // from git repo
27 ``` 27 ```
28* Open Todo of git repo: 28* Open general Todo:
29 ``` 29 ```
30 :Todo // from git repo 30 :Todo g
31 ``` 31 ```
32* Insert a new task: 32* Insert a new task:
33 ``` 33 ```
@@ -50,7 +50,7 @@ Plug 'vuciv/vim-bujo'
50 50
51## Screenshots 51## Screenshots
52 52
53This gif shows how the TODO list opens up in vim. 53This gif shows how the Todo list opens up in vim.
54 54
55![Gif of Bujo use](https://raw.githubusercontent.com/jfonseca8/vim-bujo/master/screenshots/bujo.gif) 55![Gif of Bujo use](https://raw.githubusercontent.com/jfonseca8/vim-bujo/master/screenshots/bujo.gif)
56 56