summaryrefslogtreecommitdiff
path: root/doc/bujo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bujo.txt')
-rw-r--r--doc/bujo.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/bujo.txt b/doc/bujo.txt
index 83eb880..479830b 100644
--- a/doc/bujo.txt
+++ b/doc/bujo.txt
@@ -1,4 +1,5 @@
1*bujo.txt* *bujo.txt* 1
2 *bujo.txt*
2 Bujo~ 3 Bujo~
3 Bullet Journal Vim Plugin~ 4 Bullet Journal Vim Plugin~
4 5
@@ -45,11 +46,11 @@ very simple and minimialist.
45 * Use mods 46 * Use mods
46 :<mods> Todo 47 :<mods> Todo
47 * Insert a new task: 48 * Insert a new task:
48 nmap <C-Enter> <Plug>BujoAddTodoNormal 49 nmap <C-S> <Plug>BujoAddTodoNormal
49 imap <C-Enter> <Plug>BujoAddTodoInsert 50 imap <C-S> <Plug>BujoAddTodoInsert
50 * Check off a task: 51 * Check off a task:
51 nmap <C-BS> <Plug>BujoChecknormal 52 nmap <C-Q> <Plug>BujoChecknormal
52 imap <C-BS> <Plug>BujoCheckinsert 53 imap <C-Q> <Plug>BujoCheckinsert
53 * Change cache directory: 54 * Change cache directory:
54 let g:bujo#todo_file_path = $HOME . "/.cache/bujo" 55 let g:bujo#todo_file_path = $HOME . "/.cache/bujo"
55 * Change window open width: 56 * Change window open width: