diff options
| author | Jersey Fonseca <fonseca@uchicago.edu> | 2020-06-30 17:07:54 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-30 17:07:54 +0000 |
| commit | 8f210abf670a8ad6d9616525c9c13e5d1e4e7f82 (patch) | |
| tree | ea14ffc118ca63f9d39294e0f71f3144a0b1a672 | |
| parent | d2eabe58a218a8d147c07ef9e0bc09e70c4aada7 (diff) | |
Update bujo.txt
| -rw-r--r-- | doc/bujo.txt | 10 |
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* |
| 39 | 2. Features~ | 39 | 2. 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 | ======================================================= |
