summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJersey Fonseca <fonseca@uchicago.edu>2020-06-26 19:21:40 +0000
committerGitHub <noreply@github.com>2020-06-26 19:21:40 +0000
commit8249dbf99f739360defdabc8da964ce9268781f3 (patch)
tree715c90388d6cde29a998eb67bbb45a592b109c4e
parent0807b7aed40a1c9758f6944e0ee8c8f448ff6c58 (diff)
Update README.md
-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