summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 31f21e2..b373fb6 100644
--- a/README.md
+++ b/README.md
@@ -23,13 +23,13 @@ Plug 'jfonseca8/vim-bujo'
23 ``` 23 ```
24* Insert a new task: 24* Insert a new task:
25 ``` 25 ```
26 nmap <C-Enter> <Plug>bujo#AddTodoNormal 26 nmap <C-Enter> <Plug>BujoAddnormal
27 imap <C-Enter> <Plug>bujo#AddTodoInsert 27 imap <C-Enter> <Plug>BujoAddinsert
28 ``` 28 ```
29* Check off a task: 29* Check off a task:
30 ``` 30 ```
31 nmap <C-BS> <Plug>bujo#CheckTodoNormal 31 nmap <C-BS> <Plug>BujoChecknormal
32 imap <C-BS> <Plug>bujo#CheckTodoInsert 32 imap <C-BS> <Plug>BujoCheckinsert
33 ``` 33 ```
34* Change cache directory: 34* Change cache directory:
35 ``` 35 ```