diff options
author | Jersey <fonseca@uchicago.edu> | 2020-06-25 16:35:58 +0000 |
---|---|---|
committer | Jersey <fonseca@uchicago.edu> | 2020-06-25 16:35:58 +0000 |
commit | ef3d00ac580409bd47fcea9d4fb67847d9b1f411 (patch) | |
tree | 41a46514397071e578ce575bb8d93513d19d8cf8 | |
parent | 748d354710b511cf2d4e090d98a6b44ab08f015f (diff) | |
parent | 2c2e917dee4716611b9eeba3215c44022d95809a (diff) |
Merge branch 'master' of https://github.com/jfonseca8/vim-bujo
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -10,7 +10,7 @@ If you use a plugin manager, such as [vim-plug], follow its instructions on how | |||
10 | To install the stable version of the plugin, if using [vim-plug], put this in your `vimrc`/`init.vim`: | 10 | To install the stable version of the plugin, if using [vim-plug], put this in your `vimrc`/`init.vim`: |
11 | 11 | ||
12 | ``` | 12 | ``` |
13 | Plug 'jfonseca8/vim-bujo' | 13 | Plug 'vuciv/vim-bujo' |
14 | ``` | 14 | ``` |
15 | 15 | ||
16 | 16 | ||
@@ -31,6 +31,10 @@ Plug 'jfonseca8/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. For example, reddit user u/CoolioDude noted "for example, my terminal emulator sees enter, control-enter, and shift-enter as the same key." 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" |