diff options
author | Jersey Fonseca <fonseca@uchicago.edu> | 2020-06-25 17:03:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-25 17:03:24 +0000 |
commit | df4d94af5f6a3434824cfd6cceaa58c56fb87877 (patch) | |
tree | e8adff4173470f3630ea1e79b8b00f19c1d69409 | |
parent | ef3d00ac580409bd47fcea9d4fb67847d9b1f411 (diff) |
Update README.md
-rw-r--r-- | README.md | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -23,17 +23,15 @@ Plug 'vuciv/vim-bujo' | |||
23 | ``` | 23 | ``` |
24 | * Insert a new task: | 24 | * Insert a new task: |
25 | ``` | 25 | ``` |
26 | nmap <C-Enter> <Plug>BujoAddnormal | 26 | nmap <C-S> <Plug>BujoAddnormal |
27 | imap <C-Enter> <Plug>BujoAddinsert | 27 | imap <C-S> <Plug>BujoAddinsert |
28 | ``` | 28 | ``` |
29 | * Check off a task: | 29 | * Check off a task: |
30 | ``` | 30 | ``` |
31 | nmap <C-BS> <Plug>BujoChecknormal | 31 | nmap <C-Q> <Plug>BujoChecknormal |
32 | imap <C-BS> <Plug>BujoCheckinsert | 32 | imap <C-Q> <Plug>BujoCheckinsert |
33 | ``` | 33 | ``` |
34 | 34 | **Note: You can remap these keys to whatever you see fit** | |
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 | 35 | ||
38 | * Change cache directory: | 36 | * Change cache directory: |
39 | ``` | 37 | ``` |