summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJersey Fonseca <fonseca@uchicago.edu>2020-06-25 15:25:02 +0000
committerGitHub <noreply@github.com>2020-06-25 15:25:02 +0000
commit32055d1b061e608dec67cf9571ab40aa1d8add5c (patch)
tree4f3738fde5a2691c7658a6f45c230d6f46d72bc5
parentf06cc9d474e9a68a97ffdb7dc9a68e301b70f390 (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 37c8288..95de68d 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,10 @@ Plug 'vuciv/vim-bujo'
31 nmap <C-BS> <Plug>BujoChecknormal 31 nmap <C-BS> <Plug>BujoChecknormal
32 imap <C-BS> <Plug>BujoCheckinsert 32 imap <C-BS> <Plug>BujoCheckinsert
33 ``` 33 ```
34
35 **NOTE: These are my default keys. Some terminals do not register these keys the same. If this does not work, you will need to choose your own mappings. If anyone has suggestions for a new default mapping, please let me know!**
36
37
34* Change cache directory: 38* Change cache directory:
35 ``` 39 ```
36 let g:bujo#todo_file_path = $HOME . "/.cache/bujo" 40 let g:bujo#todo_file_path = $HOME . "/.cache/bujo"