summaryrefslogtreecommitdiff
path: root/doc/bujo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bujo.txt')
-rw-r--r--doc/bujo.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/bujo.txt b/doc/bujo.txt
index cea58be..7a80073 100644
--- a/doc/bujo.txt
+++ b/doc/bujo.txt
@@ -38,8 +38,12 @@ very simple and minimialist.
38 *bujo-features* 38 *bujo-features*
392. Features~ 392. Features~
40 40
41 * Run: 41 * Open project specific todo:
42 :Todo 42 :Todo // from inside project
43 * Open general todo:
44 :Todo g
45 * Use mods
46 :<mods> Todo
43 * Insert a new task: 47 * Insert a new task:
44 nmap <C-Enter> <Plug>BujoAddTodoNormal 48 nmap <C-Enter> <Plug>BujoAddTodoNormal
45 imap <C-Enter> <Plug>BujoAddTodoInsert 49 imap <C-Enter> <Plug>BujoAddTodoInsert
@@ -48,6 +52,8 @@ very simple and minimialist.
48 imap <C-BS> <Plug>BujoCheckinsert 52 imap <C-BS> <Plug>BujoCheckinsert
49 * Change cache directory: 53 * Change cache directory:
50 let g:bujo#todo_file_path = $HOME . "/.cache/bujo" 54 let g:bujo#todo_file_path = $HOME . "/.cache/bujo"
55 * Change window open width:
56 let g:bujo#window_width = 40
51 57
52 58
53======================================================= 59=======================================================