summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md
index 468887b..2bdfb09 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,14 @@ Plug 'vuciv/vim-bujo'
26 ``` 26 ```
27 :Todo g 27 :Todo g
28 ``` 28 ```
29
30* Using mods:
31 ```
32 :botright Todo
33 :botright Todo g
34 ```
35__You can see more mod commands ![here](https://vimhelp.org/map.txt.html#%3Cmods%3E)__
36
29* Insert a new task: 37* Insert a new task:
30 ``` 38 ```
31 nmap <C-S> <Plug>BujoAddnormal 39 nmap <C-S> <Plug>BujoAddnormal
@@ -36,14 +44,16 @@ Plug 'vuciv/vim-bujo'
36 nmap <C-Q> <Plug>BujoChecknormal 44 nmap <C-Q> <Plug>BujoChecknormal
37 imap <C-Q> <Plug>BujoCheckinsert 45 imap <C-Q> <Plug>BujoCheckinsert
38 ``` 46 ```
39**Note: You can remap these keys to whatever you see fit**
40 47
41* Change cache directory: 48* Change cache directory:
42 ``` 49 ```
43 let g:bujo#todo_file_path = $HOME . "/.cache/bujo" 50 let g:bujo#todo_file_path = $HOME . "/.cache/bujo"
44 ``` 51 ```
45 52
46 53* Change todo window width:
54 ```
55 let g:bujo#window_width = 40
56 ```
47 57
48## Screenshots 58## Screenshots
49 59